@media screen and (max-width: 426px) {
    h5 {
        font-size: 20px;
        font-style: normal;
        line-height: 25px;
    }

    .pq-button {
        font-size: 14px !important;
    }

    section .button-text .pq-button-text {
        font-size: 14px !important;
    }

    .custom-book span {
        font-size: 14px !important;
    }

    .appointment .custom span {
        font-size: 20px !important;
    }

    .appointment .custom .custom-closer {
        font-size: 18px !important;
    }

    .pq-subscribe-block .pq-subscribe-details h5 {
        font-size: 18px !important;
        line-height: 28px !important;
        font-weight: 600 !important;
    }

    input,
    textarea,
    input.form-control {
        font-size: 14px !important;
    }

    .pq-info-box .pq-info-title {
        font-size: 22px !important;
    }

    
}



@media screen and (max-width: 1199px) {
    .pq-subscribe {
        margin-top: -50px;
    }
}

@media screen and (min-width: 1199px) {
    .pq-subscribe {
        margin-top: 20px;
    }
}


@media screen and (max-width: 426px) {
    h5 {
        font-size: 20px;
        font-style: normal;
        line-height: 25px;
    }
}



/* ========== Custom loader  ============ */
.custom-loader {
    width: 3rem !important;
    height: 44rem;

}

/* ======logo========= */

header#pq-header .pq-bottom-header .navbar .navbar-brand img {
    height: 90px !important;
    width: auto;
}

@media (max-width:767px) {
    header#pq-header .pq-bottom-header .navbar .navbar-brand img {
        height: 80px !important;
        width: auto;
    }
}

.pq-service-img .img-fluid {
    height: 350px !important;
}

/* .pq-button{
    background-color: #3F3F96 !important;
} */

.pq-button.pq-button-link .pq-button-text {
    color: #3F3F96 !important;
}

section .custom-t {
    background-color: #3c74a9 !important;
}

.custom-t span {
    color: #fff;
}

.custom-book span {
    font-size: 18px;
}

.custom-book span.steps {
    font-family: 'Fresca', sans-serif;
    font-size: 40px;
    color: #3F3F96;
}

.custom-book .custom-schedule {
    line-height: 35px;
}

section .appointment .container {
    margin-top: 90rem !important;
}

.appointment .custom .custom-closer {
    font-family: 'Rubik', sans-serif !important;
    font-size: 30px;
    color: #212121;
}

.appointment {
    position: relative;
    padding: 40px 0px !important;
}

.appointment .custom span {
    background: #3F3F96 !important;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Fresca', sans-serif;
}

.send-message .container {
    max-width: 100%;
}



/* Standby page */

.standby .pq-fancy-box-icon .flaticon-syringe {
    color: #3F3F96;
    font-size: 90px;
}

/* ==== About us==== */

.abot-us {
    position: relative;
    padding: 40px 0px !important;
}

.service-about {
    /* padding: 100px 0px !important; */
    background-color: #f1f1f2;
}

.service-about1 {
    padding: 100px 0px !important;
    background-color: #f9f9fc;
}

div.about-us-mission {
    padding-bottom: 80px !important;
}

section .hover-about {
    width: 40%
}

.pq-subscribe-bg {
    margin-top: -50px;
}


/* .pq-subscribe-bg {
    margin-top: 20px;
} */



.sec {
    position: relative;
    padding: 40px 0px !important;
}

/* ==========Portfolio Page======= */
.img-style {
    height: 350px !important;
}


/* ============ Services======== */
.hover-class:hover {
    background-color: #ddedff;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}


/* ============ Maps======== */
.map iframe {
    max-width: 100%;
}


/* ============ Icon Image ======== */
.icon-img {
    width: 70px;
}




/* ======Toggler======  */

.custom-navbar .navbar-toggler {
    border-color: transparent;
    position: relative;
    transition: .5s ease-in-out;
}

.custom-navbar .navbar-toggler span {
    margin: 0;
    padding: 0;
}

.custom-navbar .toggler-icon {
    display: block;
    position: absolute;
    width: 70% !important;
    height: 3px;
    background: #3F3F96 !important;
    border-radius: 3px !important;
    left: 0px !important;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

@media screen and (max-width: 768px) {
    .custom-navbar .toggler-icon {
        position: absolute;
        width: 100%;
        height: 2.4px;
        background: #3F3F96 !important;
        border-radius: 3px !important;
        left: -10px;
    }
}

textarea {
    background: rgb(255 255 255 / 14%);
    border: transparent;
    color: var(--white-color);
    /* border: none; */
}

.t-area {
    background: var(--grey-color) !important;
    border: 1px solid var(--grey-color) !important;
    color: var(--dark-color) !important;
}

.t-area::placeholder {
    color: var(--dark-color) !important;
}

.t-area-1 {
    color: #fff !important;
}


/* textarea::placeholder {
    color: #fff !important;
} */

/* ====== Forming the X shape ======  */

.custom-navbar .toggler-icon .middle-bar {
    margin-top: 0px;
}

.custom-navbar .navbar-toggler .top-bar {
    margin: 0px;
    transform: rotate(135deg);
}

.custom-navbar .navbar-toggler .middle-bar {
    opacity: 0;
}

.custom-navbar .navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}


/* ======collapse state======  */
.custom-navbar .navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
    top: 40px;
}

.custom-navbar .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.custom-navbar .navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
    top: -18px;
}

/* =============== Investigations =============== */

.all-services .item li span {
    font-size: 17px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}

.all-services .item a {
    color: #212121;
    text-decoration: none;
}

.all-services .item a:hover {
    color: #254c70;
    text-decoration: none;
    font-weight: 700;
}

.all-services .advanced img {
    width: 20%;
    height: 30% !important;
}

/* @media (max-width: 1500px) {
    section.all-services {
        padding: 90px 0 !important;
    }
} */

.all-services .pq-text-description {
    font-family: 'Rubik', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    z-index: 9;
    position: relative;
    padding: 0px 0px 20px 0px;
    /* margin: 5px 0 0; */
    /* max-width: 78%; */
}

.all-services .p-text p {
    margin-top: 8px !important;
}

@media screen and (max-width: 991px) {
    section.all-services .show-img {
        display: none !important;
    }
}



/*========================= Digital Xray ================== */

.all-services .inv-img img {
    width: 90%;
    max-height: 400px !important;
}



/*=========================== Accordion ======================= */

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 20% !important;
    padding: 0px 20px 0px 20px !important;
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    /* background-color: var(--primary-color) !important; */
    border: 0.5px solid var(--primary-color) !important;
    ;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    outline: none !important;
}

@media screen and (max-width: 319px) {
    .accordion-button {

        width: 100% !important;

    }
}

@media screen and (max-width: 376px) {
    .accordion-button {

        width: 50% !important;

    }
}

@media screen and (max-width: 426px) {
    .accordion-button {

        width: 40% !important;

    }
}



.accordion-button::after {
    color: white !important;
}

.accordion-collapse {
    width: 100% !important;
}

.accordion-body {
    padding: 20px 10px 10px 0px !important;
}

/* .accordion-header{
    margin-bottom: 40px !important;
    } */


    /* ====================== PORTFOLIO =================== */
    .image-row{
        border-radius: 8px;
        /* width: 80%; */
    }