:root {
    --blue-color: #136790;
    --red-color: #d22027;
    --light-bg-color: #f4faff;
}

button:focus {
    box-shadow: unset !important;
}

.after-none::after {
    display: none !important;
}

.before-none::before {
    display: none !important;
}

ul,
ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.soical-icon-style {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: var(--blue-color);
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    opacity: 0.8;
    transition: 0.3s;
}

.soical-icon-style:hover {
    opacity: 1;
}

input:focus {
    box-shadow: unset !important;
}

.color-white {
    color: #fff !important;
}

.color-red {
    color: var(--red-color);
}

.color-blue {
    color: var(--blue-color);
}

.grey-bg {
    background-color: var(--light-bg-color);
}

.red-bg {
    background-color: var(--red-color) !important;
}

.blue-bg {
    background-color: var(--blue-color) !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.btn-style1 {
    background-color: var(--red-color);
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 14px;
    transition: 0.3s;
    border: 2px solid var(--red-color);
    font-weight: 600;
}

.btn-style1:hover {
    transform: scale(1.1);
}

.btn-style2 {
    background-color: #fff;
    color: var(--red-color);
    border-radius: 25px;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 14px;
    transition: 0.3s;
    border: 2px solid var(--red-color);
    font-weight: 600;
    display: inline-block;
}

.btn-style2:hover {
    transform: scale(1.1);
}

.btn-style3 {
    background-color: #fff;
    color: var(--blue-color);
    border-radius: 25px;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 14px;
    transition: 0.3s;
    border: 2px solid var(--blue-color);
    font-weight: 600;
}

.btn-style3:hover {
    background-color: var(--red-color);
    color: #fff;
}

.btn-style4 {
    background-color: #fff;
    color: var(--red-color);
    border-radius: 25px;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 14px;
    transition: 0.3s;
    border: 2px solid var(--red-color);
    font-weight: 600;
    display: inline-block;
}

.btn-style4:hover {
    background-color: var(--red-color);
    color: #fff;
}

.location-links {
    position: absolute;
    background-color: var(--blue-color);
    left: 50px;
    right: 50px;
    z-index: 2;
    border-radius: 0px 0px 30px 30px;
    top: 75px;
}

.location-links ul li label {
    color: #fff;
    margin: 15px 20px 15px 0px;
    font-size: 20px;
}


.location-links ul li:first-child {
    border-left: 0px;
}

.location-links ul li {
    border-left: 1px solid var(--red-color);
    padding: 0px 10px;
}

.location-links ul li a {
    padding: 8px 0px;
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
    font-size: 20px;
    border-bottom: 1px solid transparent;
}

.location-links ul li a:hover {
    font-size: 20px;
    border-bottom-color: #fff !important;
}

/* header css start */

.main-logo img {
    width: auto;
    height: 45px;
}

header {
    position: fixed;
    left: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    max-width: 1140px;
    width: 95%;
    top: 30px;
    margin: 0px auto 0px;
    padding: 15px 20px;
    border-radius: 50px;
    z-index: 99;
}

.social-box li img {
    transition: 0.3s;
}

.social-box li img:hover {
    transform: scale(1.2);
}

header .navbar-nav li {
    padding: 0px 8px;
}

header .navbar-nav li a {
    color: #000;
    border-bottom: 2px solid transparent;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none;
}

header .navbar-nav li a.active,
header .navbar-nav li a:hover,
header .navbar-nav li.current-menu-item a {
    border-bottom-color: var(--blue-color);
    color: var(--blue-color) !important;
}

/* header css end */

/* banner css start */

.banner-text h1 {
    font-size: 50px;
}

.banner-text h1 strong {
    color: var(--blue-color);
}

.banner-text p {
    font-size: 24px;
}

/* banner css end */


/* appointment css start */

#book-appointment-form input.btn-style1 {
    border-radius: 8px;
}

#book-appointment-form input.btn-style1:hover {
    transform: scale(1);
}

#book-appointment-form .title {
    margin-top: -55px !important;
    background-color: #fff;
    border-radius: 20px 20px 0px 0px;
    font-size: 20px;
    font-weight: 600;
}

#book-appointment-form input.form-control {
    height: 45px;
}

/* appointment css end */


/* contact-timeing css start */

.contact-time p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.contact-time label {
    color: #fff;
    font-size: 16px;
}

.contact-time img {
    width: auto;
    height: 30px;
}

#contact-timeing .blue-bg {
    border-radius: 0px 0px 15px 15px;
}

/* contact-timeing css end */


.image-animate img.small {
    margin-top: -130px;
}

.h2-heading {
    font-size: 40px;
}

p.pera {
    font-size: 16px;
    text-align: justify;
}

.office-address li img {
    width: 20px;
    height: auto;
}

.office-address li i {
    font-size: 20px;
    color: var(--blue-color);
    margin-top: 5px;
    margin-right: 10px;
}

.office-address li label {
    font-size: 16px;
}

.office-address li label a {
    color: #000;
}

.office-address {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 15px;
    height: 300px;
    width: 80%;
    margin: auto;
}

footer .office-address {
    height: auto !important;
    width: 100% !important;
}

footer .office-address ul li span.me-3 {
    margin-right: 0px !important;
}

.office-address h3 {
    font-size: 20px;
    font-weight: bold;
}

.newsletter-form {
    max-width: 400px;
    margin: auto;
}

.newsletter-form .wpcf7-form .wpcf7-email {
    height: 50px;
    border: 0px;
    padding: 10px 10px 10px 25px;
    border-radius: 25px 0px 0px 25px;
    font-size: 14px;
    width: 100%;
}

.newsletter-form .wpcf7-form p {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    justify-content: space-between;
}

.newsletter-form .wpcf7-form .wpcf7-email:focus {
    border: 0px !important;
    outline: 0px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: #fff;
    border-radius: 20px;
}

#booking_form .success_msg {
    color: green;
    line-height: 20px;
}

.newsletter-form .wpcf7-form .wpcf7-submit {
    background-color: var(--red-color);
    color: #fff;
    border-radius: 0px 25px 25px 0px;
    width: 150px;
    text-align: center;
    border: 0px;
    height: 50px;
}

.newsletter-form .wpcf7-spinner {
    display: none;
}

#newsletter {
    background-image: url('https://infsecure.net/q1medical/wp-content/uploads/2023/10/Newsletter.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.newsletter-box {
    max-width: 500px;
    margin: auto;
}

.newsletter-box label {
    color: var(--red-color);
}

.newsletter-box h4 {
    font-size: 40px;
}

.footer-widget h4 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 0px !important;
}

.footer-widget li a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    margin-bottom: 6px;
    display: inline-block;
}

.footer-widget li a:hover {
    color: var(--blue-color);
}

footer .office-address {
    box-shadow: unset !important;
}

.footer-copyright {
    font-size: 12px;
    color: #fff;
}

footer .office-address ul:first-child li {
    margin-top: 0px !important;
}

.inner-banner {
    position: relative;
}

.inner-banner::before {
    position: absolute;
    content: '/';
    color: transparent;
    width: 30%;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: var(--blue-color);
    display: none;
}

.inner-box {
    position: relative;
    z-index: 2;
}

#book-appointment-form {
    position: relative;
    z-index: 5;
}

#services-article {
    background-image: url('../img/we-are-available.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.services-article-text h2 {
    font-size: 60px;
}

.service-article-text-box .num {
    font-size: 50px;
}

.service-article-text-box h3 {
    font-size: 20px;
}

.artcile-style1-text {
    background-color: rgba(19, 103, 144, 0.6);
    position: relative;
    z-index: 2;
    transform: scale(1.2);
    padding-left: 100px !important;
}

.artcile-style1-text h2 {
    font-size: 40px;
}

.artcile-style1-img-box {
    position: relative;
}

.artcile-style1-img-box .play-icon {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0px;
    right: 0px;
    z-index: 2;
    margin: auto;
    width: 100px;
    box-shadow: 0px 0px 20px rgba(4, 195, 255, 0.6);
    border-radius: 50%;
    background-color: var(--blue-color);
}

.doctor-profile-box {
    position: relative;
    transition: 1s;
}

.doctor-profile-box .doct-profile {
    overflow: hidden;
}

.doctor-profile-box .doct-profile img {
    transition: 1s;
    transform: scale(1);
}

.doctor-profile-box:hover .doct-profile img {
    transform: scale(1.1);
}

.doctor-profile-box .doctor-detils {
    position: absolute;
    bottom: 0px;
    padding: 15px;
    background-color: #f4faff;
    border-radius: 15px 0px 0px 0px;
    right: 0px;
    left: 0;
    transition: 1s;
}

.doctor-detils .doctor-detils-content {
    transition: 1s;
    height: 0px;
    overflow: hidden;
    opacity: 0;
}

.doctor-profile-box:hover .doctor-detils .doctor-detils-content {
    transition: 1s;
    overflow: unset;
    opacity: 1;
}

.doctor-detils-content h3 {
    font-size: 18px;
}

.doctor-detils-content p {
    font-size: 14px;
    opacity: 0;
    transition: 2s;
}

.doctor-profile-box:hover .doctor-detils-content p {
    opacity: 1;
}

.doctor-detils a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    transition: 0.4s;
}

.doctor-detils a:hover {
    color: var(--red-color);
}

.doctor-detils a i {
    margin-left: 5px;
    transition: 0.4s;
}

.doctor-detils a:hover i {
    margin-left: 10px;
    color: var(--red-color);
}

/* .doctor-profile-box .doct-img {
    position: relative;
    display: table;
    margin: auto;
}

.doctor-profile-box .doct-img {
    border: 4px solid #fff;
    border-radius: 50%;
    transition: 0.5s;
}

.doctor-profile-box .doct-img:hover {
    border-color: var(--blue-color);
}

.doctor-profile-box .doct-img a {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--blue-color);
    border: 2px solid var(--blue-color);
    border-radius: 50%;
    background-color: #fff;
    font-size: 18px;
    transition: 0.3s;
    position: absolute;
    right: 15px;
    bottom: 30px;
    z-index: 2;
}

.doctor-profile-box .doct-img a:hover {
    background-color: var(--blue-color);
    color: #fff;
} */

#banner-style1 {
    background-image: url('../img/we-are-available.webp');
}

.inner-banner .play-icon {
    position: absolute;
    bottom: 0px;
    width: 100px;
    right: 0px;
    background-color: var(--blue-color);
    border-radius: 50%;
    transition: 0.4s;
    cursor: pointer;
}

.inner-banner .play-icon:hover {
    transform: scale(1.1);
}

#banenr.doctor-banenr .play-icon {
    bottom: 50px !important;
    right: -50px;
}

.meet-any-time-lables-box a {
    background-color: var(--blue-color);
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    padding: 15px 30px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    text-decoration: none;
    transition: 0.5s;
}

.meet-any-time-lables-box a:hover {
    background-color: #000;
}

.contact-box {
    background-color: var(--blue-color);
    padding: 30px 20px;
    border-radius: 20px;
    position: relative;
    right: -100px;
    z-index: 3;
}

.contact-box .bar i {
    font-size: 30px;
    color: #fff;
}

.address-map iframe {
    width: 100%;
    height: 600px;
    border-radius: 30px;
    border: 4px solid var(--blue-color) !important;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    border: 1px solid #000 !important;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.contact-form textarea {
    height: 100px;
}

.services-box {
    border: 2px solid var(--blue-color);
    border-radius: 20px;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.2);
}

.services-box:hover {
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.4);
}

.services-box .img img {
    width: 100%;
}

.services-box:hover h3 {
    color: var(--blue-color);
}

.services-box h3 {
    padding: 10px 15px;
    transition: 0.4s;
}

.services-box p {
    padding: 0px 15px;
}

.services-box a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 25px;
    margin-left: 15px;
    transition: 0.5s;
    font-weight: 500;

}

.services-box a i {
    color: var(--blue-color);
    margin-left: 5px;
    transition: 0.5s;
}

.services-box a:hover {
    color: var(--blue-color);
}

.services-box a:hover i {
    margin-left: 10px;
}

.side-form h3 {
    text-align: center;
    font-size: 22px;
}

.side-form input {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.side-form button {
    background-color: var(--blue-color);
    color: #fff !important;
    display: table;
    border-radius: 25px;
    border: 0px;
    margin: auto;
    padding: 10px 30px;
    display: table;
}

.services-sidebar .contact-box {
    right: 0;
}

/* post box css start */


.post-box-content a {
    text-decoration: none;
    color: #000;
    text-decoration: none;
    font-style: 500;
    font-size: 14px;
}

.post-box-content a i {
    color: var(--red-color);
    margin-left: 5px;
    transition: 0.4s;
}

.post-box-content a:hover {
    color: var(--blue-color);
}

.post-box-content a:hover i {
    margin-left: 15px;
}

/* post box css end */

.appointment-form-detail {
    border-radius: 50px 0px 0px 50px;
}

.appointment-form {
    background-image: url('https://infsecure.net/q1medical/wp-content/uploads/2023/09/Form-bg-2.png');
    padding: 40px 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
    width: 100%;
    border-bottom: 1px solid #000 !important;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 5px;
    border: 0;
    background: transparent;
}

.appointment-form input.wpcf7-submit {
    background-color: #fff;
    color: var(--red-color);
    border-radius: 25px;
    border: 1px solid var(--red-color);
    max-width: 200px;
    margin: 20px auto 0px;
    display: table;
    transition: 0.5s;
}

.appointment-form input.wpcf7-submit:hover {
    background-color: var(--red-color);
    color: #fff;
}

.sps .post-content header.entry-header {
    position: unset;
    box-shadow: unset;
    margin: 0px !important;
    background: transparent;
}

.sps .post-content header.entry-header h3 {
    margin-bottom: 0px !important;
}

.sps .post-content .spice-seprator {
    display: none;
}

.sps .post-content .more-link {
    float: left !important;
    background: transparent !important;
    border: 0px !important;
    padding: 0px !important;
}

body .sps44 .post a.more-link:hover {
    background: transparent !important;
    color: var(--blue-color) !important;
}

body .sps44 .post a.more-link i {
    margin-left: 10px;
    transition: 0.5s;
}

body .sps44 .post a.more-link:hover>i {
    color: var(--red-color) !important;
    margin-left: 10px !important;
}

.sps .post-content {
    padding-top: 0px !important;
}

/* #hm-post {
    margin-top: -65px;
} */

#hm-post .sps {
    padding: 20px;
    background: transparent !important;
}

.service-slider-item {
    padding: 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    width: 85%;
    margin: auto;
    overflow: hidden;
}

.service-slider-item .text {
    padding: 10px 20px;
}


.service-slider-item .text h3 {
    border-width: 0;
    box-sizing: border-box;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-align: left;
}

.service-slider-item .text p {
    min-height: 50px;
    font-size: 16px;
    margin-bottom: 5px;
}

.service-slider-item .text a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    transition: 0.4s;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}

.service-slider-item .text a:hover {
    color: var(--red-color);
}

.service-slider-item .text a i {
    font-size: 12px;
    transition: 0.4s;
    margin-left: 0px;
}

.service-slider-item .text a:hover i {
    margin-left: 5px;
}

.book-appointment-btn {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    background-color: var(--red-color);
    color: #Fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 25px;
    padding: 7px 20px;
    max-width: 150px;
    text-align: center;
    font-weight: 500;
    line-height: normal;
    left: 2%;
    z-index: 99;
    transition: 0.3s;
    border: 2px solid #fff;
}

.book-appointment-btn:hover {
    background-color: var(--blue-color);
}

#hm-post {
    position: relative;
    z-index: 8;
}

.sps.blog .post {
    background-color: transparent !important;
    box-shadow: unset !important;
}

div.autohide-arrows .owl-nav {
    display: block !important;
}

.owl-dots button.owl-dot.active span {
    min-width: 50px;
    border-radius: 5px !important;
    background-color: var(--blue-color) !important;
}

body .white .sa_owl_theme .owl-nav button.owl-prev {
    background-image: url('https://infsecure.net/q1medical/wp-content/uploads/2023/09/right-slider-icon.png') !important;
    left: -30px;
}

body .white .sa_owl_theme .owl-nav button.owl-next {
    background-image: url('https://infsecure.net/q1medical/wp-content/uploads/2023/09/left-slider-icon.png') !important;
    right: -30px;
}

body .white .sa_owl_theme .owl-nav button.owl-next,
body .white .sa_owl_theme .owl-nav button.owl-prev {
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

body .white .sa_owl_theme .owl-nav button.owl-next:hover,
body .white .sa_owl_theme .owl-nav button.owl-prev:hover {
    background-color: #Fff !important;
}

.service-main-box {
    background-color: #f4faff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--blue-color);
}

.service-main-box .accordion-button i {
    font-size: 20px;
    transform: rotate(-180deg);
}

.service-main-box .accordion-button.collapsed i {
    transform: rotate(0deg);
}

.service-detial-list ul {
    list-style: disc;
}

.service-detial-list ul li {
    font-size: 14px;
}

.service-detial-list .view-more-btn {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 500;
}

.service-detial-list .view-more-btn:hover {
    color: var(--red-color);
}

.service-detial-list .view-more-btn i {
    margin-left: 0px;
    transition: 0.5s;
}

.service-detial-list .view-more-btn:hover i {
    margin-left: 5px;
}

.service-detial-list .book-btn {
    border-radius: 5px;
    background-color: var(--red-color);
    color: #Fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.5s;
}

.service-detial-list .book-btn:hover {
    background-color: var(--blue-color);
}

.image-box-style1 {
    position: relative;
}

.image-box-style1 .downimg.img5 {
    position: absolute;
    bottom: -100px;
    left: 35%;
}

.image-box-style1 img.main-img {
    width: 80%;
    margin: auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.image-box-style1 img.imgbox {
    position: absolute;
    z-index: -1;
}

.image-box-style1 img.imgbox.img1 {
    top: -50px;
    left: -40px;
}

.image-box-style1 img.imgbox.img2 {
    bottom: -75px;
    left: 45px;
}

.image-box-style1 img.imgbox.img3 {
    right: 50px;
    top: 120px;
}

.service-sidebar .appointment-form {
    padding: 20px;
    border-radius: 20px;
}

.fee-box {
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
}

#call-practice {
    background-image: url('https://infsecure.net/q1medical/wp-content/uploads/2023/09/We-Happy-to-Help-You.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#call-practice i {
    color: var(--red-color);
    font-size: 40px;
}

#fee-table {
    background-image: url('https://infsecure.net/q1medical/wp-content/uploads/2023/09/Fees.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.simple-cont-form form input.wpcf7-text,
.simple-cont-form form textarea {
    width: 100%;
    background-color: #Fff;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 10px;
    max-height: 150px;
}

.simple-cont-form form input.wpcf7-submit {
    margin: auto;
    display: table;
    background-color: #fff;
    border: 1px solid var(--blue-color);
    color: var(--blue-color);
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 10px;
    transition: 0.4s;
}

.simple-cont-form form input.wpcf7-submit:hover {
    background-color: var(--blue-color);
    color: #fff;
}

.social-box .search-box input {
    position: absolute;
    top: 16px;
    font-size: 14px;
    padding: 10px;
    right: 88px;
    border-radius: 25px;
    border: 1px solid #ccc;
    z-index: 0;
    padding-right: 50px;
}

.social-box .soical-icon-style {
    position: relative;
    z-index: 8;
}

.blog-side-items {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
}

.blog-side-items h5 {
    background-color: var(--blue-color);
    padding: 10px;
    color: #fff;
    margin-bottom: 10px
}

.blog-side-items .tags {
    background-color: var(--light-bg-color);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    transition: 0.4s;
    cursor: pointer;
}

.blog-side-items .tags:hover {
    background-color: var(--blue-color);
    color: #fff;
}

.blog-side-items .social-share li a {
    color: var(--blue-color);
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    opacity: 0.6;
    transition: 0.4s;
    transform: scale(0.8);

}

.blog-side-items .social-share li a:hover {
    opacity: 1;
    transform: scale(1);
}

.search-result article {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-top: 30px;
    border-radius: 15px;
    background-color: var(--light-bg-color);
    clear: both;
    display: table;
    width: 100%;
}

.search-result article .entry-header {
    position: unset;
    box-shadow: unset;
    padding: 0px;
    margin: 0px;
    background: transparent;
}

.search-result article .entry-header h2 a {
    text-decoration: none;
    font-size: 20px;
    color: var(--blue-color);
}

.search-result article .entry-header .entry-meta {
    margin-bottom: 20px
}

.search-result article .entry-header .entry-meta span {
    font-size: 12px;
}

.search-result article .entry-header .entry-meta span a {
    font-size: 12px;
    color: var(--red-color);
}

.search-result article .post-thumbnail img {
    width: 100%;
    height: auto;
}

.search-result article .entry-footer span {
    font-size: 14px;
    font-weight: bold;
}

.search-result article .entry-footer span a {
    font-size: 14px;
    font-weight: bold;
    color: var(--blue-color);
    text-decoration: none;
}

.form-detail-box a {
    color: #fff;
    text-decoration: none;
}

.doctor-detils a.bookButton {
    background-color: var(--red-color);
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 20px;
    transition: 0.4s;
	margin-left:20px;
}

.doctor-detils a.bookButton:hover {
    background-color: var(--blue-color);
}

.callOptionList div span {
    display: inline-block;
    color: #fff;
    background-color: var(--blue-color);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 14px;
    transform: scale(0.8);
    transition: 0.4s;
}

.callOptionList a:hover div span {
    transform: scale(1);
    background-color: var(--red-color);
}

.callOptionList div p {
    color: var(--blue-color);
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s;
}

.callOptionList a:hover div p{
    color: var(--red-color);
}

.callOptionList li{
    margin: 10px 0px;
}

.callOptionList a {
    text-decoration: none;
}

.callOptionPop .modal-dialog {
    max-width: 700px !important;
    width: 90%;
}

.callOptionPop .modal-content {
    background-image: url('https://infsecure.net/q1medical/wp-content/uploads/2023/11/call-popup.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.callOptionList div label {
    font-size: 12px;
    color: #000;
    opacity: 0.8;
    font-weight: 600;
}

/* media start */
@media(min-width:992px) and (max-width:1199px) {
    .image-box-style1 .downimg.img5 {
        width: 60%;
    }
}

@media(min-width:992px) {
    .appointment-form-detail {
        position: relative;
        z-index: 2;
        right: -60px;
    }

    .doctor-profile-box:hover .doctor-detils .doctor-detils-content {
        height: 160px;
    }

    .inner-banner.doctor-banenr {
        padding-bottom: 0px !important;
    }

    .inner-banner.doctor-banenr .row .col-12:last-child {
        margin-bottom: 0px !important;
    }

    .artcile-style1-text {
        padding-left: 20% !important;
    }

    header #menu-header-menu,
    header #navbarScroll {
        justify-content: center;
    }

    .search-result article .post-thumbnail {
        display: block;
        width: 30%;
        float: left;
    }

    .search-result article .entry-summary,
    .search-result article .entry-footer {
        width: 70%;
        float: left;
        padding-left: 20px;
    }
}

@media(max-width:767px) {

    .doct-profile-img-box {
        order: -2;
    }

    .callOptionPop .modal-content{
        background: #fff !important;
    }

    footer .container .row .col-12:first-child .footer-widget h4 {
        margin-top: 0px !important;
    }

    footer .footer-widget h4 {
        margin-bottom: 0px !important;
        margin-top: 25px;
    }

    #mobile-app .col-12 section:last-child {
        width: 100%;
    }

    #mobile-app .col-12 section:last-child .wp-block-columns {
        width: 100%;
        display: flex;
        flex-wrap: unset !important;
    }

    body .mobile-mt-5 {
        margin-top: 50px !important;
    }

    body .mobile-mt-0 {
        margin-top: 0px !important;
    }

    body .mobile-mb-0 {
        margin-bottom: 0px !important;
    }

    body .mobile-pt-0 {
        padding-top: 0px !important;
    }

    body .mobile-pb-0 {
        padding-bottom: 0px !important;
    }


    .owl-carousel div.owl-stage-outer {
        padding: 20px 0px !important;
    }

    #banenr {
        padding-top: 120px;
    }

    #banenr.home-banner {
        padding-bottom: 50px;
    }

    div.doct-single-form {
        border-radius: 20px;
        padding: 15px;
    }

    div.bookAppointmentPopup-nav a {
        background-color: var(--blue-color) !important;
        color: #fff !important;
    }

    #mobile-app figure.wp-block-image.size-large {
        width: 100%;
        margin-bottom: 0px;
    }

    #testimonialsSlider .owl-item .item {
        width: 100%;
    }

    .image-box-style1 img.imgbox.img1 {
        max-width: 80px;
        left: 20px;
    }

    .office-address {
        width: 95%;
    }

    .location-links ul li a {
        font-size: 12px !important;
    }

    .location-links ul li {
        padding: 0px 5px;
        border: 0px;
    }

    .location-links ul li label {
        margin: 10px;
        text-align: center;
        font-size: 14px;
    }

    .location-links ul li:first-child {
        width: 100%;
    }

    .location-links ul li {
        float: left;
    }

    .location-links ul li label.location-links ul li label {
        margin: 10px;
        text-align: center;
        font-size: 14px;
    }

    .appointment-form-detail {
        border-radius: 30px;
/*         padding: 30px !important; */
    }
	
	.enquiryPadding {
    padding:20px 30px;
}

    header .row .col-4 {
        padding-right: 0px !important;
    }

    .appointment-form {
        padding: 20px;
        border-radius: 20px;
        margin-top: 40px;
    }

    header .second-header {
        display: none;
    }

    .banner-text h1 {
        font-size: 26px;
    }

    .banner-text p {
        font-size: 16px;
    }

    .btn-style1 {
        padding: 10px 20px;
        font-size: 12px;
    }

    .banner-image-box img {
        width: 100%;
        height: auto !important;
    }

    #banenr .row .col-12:first-child {
        order: 2;
    }

    #banenr .group-btn {
        margin-top: 20px !important;
    }

    .fs-20 {
        font-size: 16px;
    }

    .owl-stage-outer .owl-item .post-content {
        padding: 0px !important;
    }

    .image-box-style1 img.main-img {
        width: 80%;
    }

    .image-box-style1 {
        text-align: center;
        padding: 50px 0px;
    }

    .image-box-style1 img.imgbox.img1 {
        left: 0;
        top: 10px;
    }

    .image-box-style1 img.imgbox.img2 {
        bottom: 37px;
        left: 20px;
        max-width: 80px;
    }

    .image-box-style1 .downimg.img5 {
        width: 40%;
        left: unset;
        right: 0px;
        bottom: 30px;
    }

    .image-box-style1 img.imgbox.img3 {
        right: 0;
        top: 100px;
        max-width: 80px;
    }

    .h2-heading {
        font-size: 22px;
    }

    p.pera {
        font-size: 14px !important;
        text-align: left !important;
    }

    #location-wrap img.w-50.mt-5 {
        width: 100% !important;
        margin-top: 0px !important;
    }

    .banner-style-box-content h2 {
        font-size: 20px;
        line-height: normal;
    }

    .newsletter-box p {
        font-size: 12px;
    }

    .footer-widget h5 {
        margin-top: 20px;
        margin-bottom: 10px !important;
    }

    .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
        font-size: 12px;
        line-height: normal;
    }

    .newsletter-box h2 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    .inner-box img {
        width: 100%;
        height: auto !important;
    }

    .appointment-form-detail h2 {
        margin-bottom: 15px !important;
        font-size: 20px;
    }

    .contact-box {
        right: 0px;
        margin-bottom: 20px;
    }

    .contact-box .bar p,
    .contact-box .bar p a {
        text-align: center !important;
        color: #fff;
    }

    #meet-any-time .nav-pills .nav-item button {
        margin-bottom: 10px !important;
    }

    .meet-any-time-lables-box a {
        font-size: 12px;
        margin-right: 5px;
        padding: 10px 20px;
        margin-bottom: 5px;
    }

    #mobile-app h2 {
        font-size: 24px;
        line-height: normal;
        font-weight: bold;
    }

    .service-article-text-box {
        margin-top: 50px;
    }

    .appointment-form h2 {
        font-size: 22px;
    }

    .artcile-style1-text {
        padding: 20px !important;
        transform: scale(1);
    }

    .artcile-style1-text h2 {
        font-size: 30px;
    }

    .doctor-profile-box {
        margin: 15px 0px;
    }

    #banenr.doctor-banenr .play-icon {
        right: 0px;
    }

    .form-detail-widget h3 {
        font-size: 16px;
    }

    .header-bottom-space {
        margin-bottom: 0px !important;
    }

    .book-appointment-btn,
    button.bookAppointmentPopupBtn {
        font-size: 10px;
        padding: 10px 20px;
    }

    .main-logo img {
        width: 100px;
    }

    header {
        padding: 10px;
    }

    header .social-box li:last-child {
        margin-right: 0px !important;
    }

    .social-box .search-box input {
        top: 80px;
        right: 0;
        left: 0;
        width: 100%;
    }

}

@media(min-width:768px) and (max-width:991px) {
    header .second-header {
        display: none;
    }

    .service-article-text-box .num {
        font-size: 30px;
    }

    div.office-address {
        width: 95%;
    }

    div.artcile-style1-text {
        transform: unset;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    #services-article {
        margin-top: 0px !important;
    }

    #mobile-app {
        padding-top: 50px !important;
    }

    #meet-any-time .nav-pills .nav-item button {
        font-size: 14px !important;
    }

    #services-article>.container>.row>.col-sm-12:last-child {
        padding-top: 40px;
    }

    #article-box .row .col-12:nth-child(1) {
        margin-bottom: 50px;
    }

    #call-practice .row .col-sm-12:nth-child(2) {
        border-right: 0px !important;
    }

    div.post-box-img img {
        border-radius: 15px;
    }

    div.slider-post-box {
        width: 100%;
        padding: 15px;
        border-radius: 15px;
    }

    #banenr .inner-box img {
        width: 100%;
        height: auto;
    }

    .image-box-style1 {
        text-align: center;
        margin-bottom: 100px;
    }

    .banner-image-box img {
        width: 100%;
        height: auto !important;
    }

    .banner-text h1 {
        font-size: 34px;
    }

    .banner-text p {
        font-size: 16px;
    }

    .btn-style2 {
        padding: 10px 15px;
        font-size: 12px;
    }

    .h2-heading {
        font-size: 24px;
    }

    .sps .post-content {
        padding: 0px !important;
    }

    .sps .post-content header h3 {
        font-size: 16px;
    }

    .sps .post-content .entry-content {
        font-size: 12px;
    }

    .appointment-form {
        padding: 20px;
    }

    .appointment-form h2 {
        font-size: 22px;
    }

    .appointment-form-detail {
        padding: 25px !important;
        border-radius: 20px;
    }

    .appointment-form-detail h2 {
        font-size: 20px;
        margin-bottom: 15px !important;
    }

    .form-detail-widget h3 {
        font-size: 18px;
    }

    .form-detail-box p {
        font-size: 12px;
    }

    .office-address {
        padding: 20px;
    }

    .office-address h3 {
        font-size: 20px;
    }

    .office-address li label {
        font-size: 13px;
    }
}

.no-results .page-header {
    display: none;
}

@media(min-width:768px) {
    .bookingPopup .modal-dialog {
        max-width: 700px !important;
    }

    .bookingPopup .modal-content .modal-body {
        min-height: 300px;
    }

    .callOptionPop .modal-content .modal-body .col-md-8 {
        min-height: 350px;
    }

    .doct-profile-img {
        top: 0%;
    }

    .bookingPopup .modal-content {
        width: 700px !important;
        background-image: url('https://infsecure.net/q1medical/wp-content/uploads/2023/10/location-img-map-new.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
    }

    #banenr {
        padding-top: 180px;
    }
}

@media(max-width:991px) {
    header .navbar {
        justify-content: end;
    }

    .doctor-profile-box:hover .doctor-detils .doctor-detils-content {
        height: auto;
    }

    .social-box .soical-icon-style .fa-magnifying-glass {
        position: relative;
        left: -4px;
    }

    header #menu-header-mobile-menu {
        margin-top: 40px !important;
    }

    header #menu-header-mobile-menu li a {
        display: inline-block;
        text-align: left;
        width: 100%;
        padding: 5px 0px !important;
        margin-bottom: 12px;
        border-bottom: 2px solid #ccc;
    }

    header #menu-header-mobile-menu li#menu-item-784 {
        background-color: var(--blue-color);
        border-radius: 15px !important;
        background-image: url('https://infsecure.net/q1medical/wp-content/uploads/2023/10/arrow-1.svg');
        background-repeat: no-repeat;
        background-position: 95% 15px;
        background-size: 22px;
    }

    header #menu-header-mobile-menu li#menu-item-784>a {
        border-bottom: 0px;
        padding-top: 15px !important;
    }

    header #menu-header-mobile-menu li#menu-item-784 a {
        color: #fff !important;
    }

    header nav ul ul {
        display: none;
    }

    header .menu-close-icon {
        position: relative;
        z-index: 99999;
        top: -35px;
        width: 20px;
    }

    header nav ul li.menu-item-clickable:hover>ul,
    header nav ul li.menu-item-clickable.active>ul {
        display: block;
    }

    header .navbar-toggler.collapsed .menu-close-icon,
    header .navbar-toggler .menu-open-icon {
        display: none;
    }

    header .navbar-toggler.collapsed img.menu-open-icon {
        display: block;
    }


    #navbarScroll {
        position: fixed;
        left: -90%;
        background-color: var(--light-bg-color);
        padding: 0px 20px;
        top: 0px;
        height: 100vh;
        min-width: 250px;
        transition: 0.4s;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        right: 0px;
    }

    #navbarScroll.show {
        left: 0px;
    }

    #navbarScroll #menu-header-menu li {
        text-align: left;
        margin-bottom: 8px;
    }

    header .row .col-3 {
        order: 5;
    }

    header .row .col-3 {
        padding-left: 0px !important;
    }
}

#meet-any-time .nav-pills .nav-item button {
    background-color: var(--blue-color);
    color: #fff;
    margin: 0px 5px;
    font-size: 16px;
    padding: 10px 20px;
}

#meet-any-time .nav-pills .nav-item button:hover,
#meet-any-time .nav-pills .nav-item button.active {
    background-color: var(--red-color);
}

.sps .item {
    background-color: #fff;
    padding-top: 25px;
    border-radius: 20px;
}

.sps .item .post-thumbnail img {
    border: 2px solid var(--red-color);
    border-radius: 22px;
}

.service_single h2 {
    color: var(--blue-color);
    font-weight: 700 !important;
}


.service_single h3 {
    font-size: 18px;
    font-weight: 700 !important;
}

.health_journey h2,
.health_journey p {
    color: #fff !important;
}

.comprehensive_services p,
.comprehensive_services h3 {
    color: #fff;
}

.comprehensive_services h3 {
    font-weight: 700 !important;
}

.copyright_widget p {
    margin-bottom: 0;
}

.owl-carousel .owl-stage-outer {
    padding: 30px 0px !important;
}

.comma-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid var(--blue-color);
    color: var(--blue-color);
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    transition: 0.4s;
    border-radius: 50%;
}

#testimonialsSlider .item:hover .comma-icon {
    background-color: var(--blue-color);
    color: #Fff;
    box-shadow: 0px 0px 20px rgba(4, 195, 255, 0.8);
}

.client-profile-pic img {
    border: 2px solid transparent;
    transition: 0.8s;
    border-radius: 50%;
}

#testimonialsSlider .item:hover .client-profile-pic img {
    border: 2px solid var(--blue-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.start-review i {
    color: var(--blue-color);
    transition: 1s;
}

/* #testimonialsSlider .item:hover .start-review i {
    box-shadow: 0px 0px 10px rgba(4, 195, 255, 0.8);
} */

#testimonialsSlider .owl-item .item {
    width: 85%;
    margin: auto;
}

div .owl-carousel {
    display: block !important;
}

.slider-post-box {
    background-color: #fff;
    margin: auto;
    width: 90%;
    padding: 20px;
    border-radius: 20px;
}

.post-box-content p {
    font-size: 14px;
    text-align: justify;
}

.post-box-img img {
    border: 3px solid var(--blue-color);
    border-radius: 25px;
    overflow: hidden;
    transition: 1s;
}

/* .slider-post-box:hover .post-box-img img {
    border-color: red;
} */

.service-main-box h3 {
    border-width: 0;
    box-sizing: border-box;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-line-clamp: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-align: left;
}

.service-main-box h3 a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 40px;
}

.service-main-box h3 a:hover {
    color: var(--blue-color);
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 0;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}

.service_single ul {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 30px;
}

/* .service_single ul li {
    position: relative;
}

.service_single ul li::before {
    position: absolute;
    content: '/';
    color: var(--blue-color);
} */

#banner-style1 {
    background-image: url('https://infsecure.net/q1medical/wp-content/uploads/2023/10/Practice-Information-Sheet.webp');
}

.play-icon {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #Fff !important;
    line-height: 38px !important;
    border-radius: 50%;
    border: 0px solid var(--blue-color) !important;
    display: inline-block;
    z-index: 99999;
    position: absolute;
    color: var(--blue-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background-color: var(--blue-color) !important;
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
    color: var(--blue-color);
}

.owl-carousel .owl-nav .owl-prev:hover i,
.owl-carousel .owl-nav .owl-next:hover i {
    color: #fff;
}

.owl-carousel .owl-nav .owl-prev {
    left: -35px;
}

.owl-carousel .owl-nav .owl-next {
    right: -35px;
}

#banenr .inner-box {
    margin: auto;
}

#map {
    height: 500px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: 0px 0px 15px rgba(19, 103, 144, 1);
}

.appointment-form input::placeholder,
.appointment-form select::placeholder {
    color: #000 !important;
}

.contact-form form .wpcf7-submit {
    display: table;
    width: auto;
    margin: auto;
    background: #fff;
    color: var(--red-color);
    border: 2px solid var(--red-color) !important;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 25px;
    transition: 0.4s;
}

.contact-form form .wpcf7-submit:hover {
    color: #fff;
    background-color: var(--red-color);
}

.footer_app_download .wp-block-image img {
    width: 140px;
}

footer .footer-widget section {
    margin: 0px 0px !important;
}

#testimonialsSlider h3 {
    font-size: 16px;
}

.book-appointment-btn.single-location-appointment-btn {
    z-index: 99999;
}

.bookAppointmentPopup-nav a {
    border-radius: 5px;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.4s;
    background-color: var(--blue-color);
    color: #fff !important;
}

.bookAppointmentPopup-nav a:hover {
    background-color: var(--red-color) !important;
    color: #Fff !important;
}

.bookAppointmentPopupBtn {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    background-color: var(--red-color);
    color: #Fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 25px;
    padding: 7px 20px;
    max-width: 150px;
    text-align: center;
    font-weight: 500;
    line-height: normal;
    left: 2%;
    z-index: 99;
    transition: 0.3s;
    border: 2px solid #fff;
}

.bookAppointmentPopupBtn:hover {
    background-color: var(--blue-color);
}

.bookingPopup .modal-content .modal-body {
    padding: 50px 20px;
}

.error {
    color: #d22027;
}

body.modal-open>section,
body.modal-open>header,
body.modal-open>footer {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.doct-profile-img {
    margin: 30px auto;
    border: 5px solid #136790;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.doct-single-form {
    background-color: var(--light-bg-color);
    padding: 50px;
    border-radius: 50px;
    margin-top: 50px
}

.single-doct-content ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 20px;
}

.single-doct-content h3 {
    color: var(--blue-color);
    font-weight: bold;
}

.success_msg {
    text-align: center;
}

.bookAppointmentPopupBtn {
    display: none;
}

#our-services .owl-dots {
    display: none;
}

#testimonialsSlider .owl-stage-outer {
    padding-bottom: 0px !important;
}

#mobile-app .col-12:nth-child(2) section:nth-child(1) {
    margin-bottom: 20px !important;
}

#mobile-app .col-12 section:nth-child(1) .wp-block-image {
    margin-bottom: 0px;
}

.slider-post-box .post-box-content h3 {
    font-size: 18px;
}


.validate_otp {
    border: 1px solid #136790 !important;
    border-bottom: 1px solid #136790 !important;
    color: #fff;
    background: #136790 !important;
}

.get_otp{
    border: 1px solid #136790 !important;
    border-bottom: 1px solid #136790 !important;
    color: #136790;
    font-weight: 500;
}

p.check_otp_mail, .otp_verified, .success_msg, .check_newsletter_otp_mail, .otp_newsletter_verified, .newletter_success_msg {
    color: green;
    font-weight: 500;
}

p.no_otp_mail, .otp_not_verified, .otp_newsletter_not_verified, .newletter_danger_msg, .error_msg {
    color: red;
    font-weight: 500;
}

a#resend-button {
    border: 0 !important;
    font-weight: 500;
}

.entry-footer {
  display: none;
}