.choose_banner {
    width: 90%;
    height: 450px;
    position: relative;
    top:50px;
}







.nav.disabled {
    display: block;
    justify-content: center;
}

.faqs {
    width: 100%;
    position: relative;

}

.faq {
    display: none;
    margin-bottom: 20px;
    border: none;
}



.faq h5 {
    cursor: pointer;
    background-color: #ffffff;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid white;
    border-radius: 4px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    margin-top: 5px;
    transition: border-color 0.3s ease;
}

.faq.open h5 {
    border-bottom: none;
    border-color: transparent;
    border-radius: 5px 5px 0 0 !important;
}

.faq-content {
    display: none;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-top: none;
    box-shadow: none;
    margin-top: -9px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.faq.open .faq-content {
    display: block;
}

.arrow {
    font-size: 20px;
}



.faq {
    margin-bottom: 20px;
    border: none;
    /* Default border */
}

.faq h5 {
    cursor: pointer;
    background-color: #ffffff;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #ddd;
    /* Default border color */
    margin-top: 30px;
}

.faq-content {
    display: none;
    padding: 15px;
    background-color: #ffffff;
    margin-top: -17px;
}

.faq.open {
    border: none;
}

.faq.open h5 {
    border: 1px solid green;
}

.faq.open .faq-content {
    border-bottom: 1px solid green;
    border-left: 1px solid green;
    border-right: 1px solid green;
    display: block;


}

.faq.open .faq-content {

    border-top-width: 90% !important;

}

.form-control {
    height: 45px;
    border: 1px solid #212588 !important;
    border-radius: 4px !important;
}



.specalitist {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.specalitist h4,
.specalitist p {
    margin-bottom: 10px;
}

.para {
    font-size: 16px;
    line-height: 19.36px;
    font-weight: 400 !important;
    color:#fff;
}

#myCarousel {
    border-radius: 13px !important;
}

.all_specing {
    padding-left: 55px;
    padding-right: 55px;
}

.all_specing_form {
    padding-left: 64px;
    padding-right: 64px;
}

@media only screen and (min-width: 300px) and (max-width: 900px) {


    .appoinment_contents {
        height: auto;
    }
    .soulution_heading{font-size: 22px;;}

    .appoinment_text {
        position: relative;
        left: 0px;
        top: 0px!important;
        width: 100%;
        height: auto;
    }
    .solution_appoinment_contents {
        height: auto!important;
        padding: 65px;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        background-repeat: no-repeat;
        background-size: cover;
        
      }

    .symptrom {
        font-size: 30px;

        font-weight: 600 !important;
    }

    .para {
        font-size: 15px!important;
        line-height: 20px!important;
        font-weight: none !important;
        margin: 0px;
        padding: 0px;
        text-align: left;
    }

    .w3-button,
    .w3-button1 {
        width: 28px !important;
        height: 28px !important;
        border-radius: 50%;
        border: none;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer;
    }

    .book_now {
        background-color: #212588 !important;
        color: #ffff !important;
        width: 100%;
        height: 44px;
        position: relative;
        right: 0px;
    }

    .w3-button i,
    .w3-button1 i {
        font-size: 22px;
        color: blue;
    }

    .mySlides {
        height: 100px;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }
    .all_specing1{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .carousel-inner .item {
        border-radius: 13px !important;
        height: 110px;
    }

    .mobile_view_button_right {
        right: -25px !important;
        position: relative;
    }

    .mobile_view_button_left {
        left: -25px !important;
        position: relative;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .symtrom_button {
        position: relative;
        top: 3px;
    }

    .choose_banner {
        width: 100%;
        height: 350px;
        display: flex;
        justify-content: center;
    }

}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .mobile_view_button_right {
        right: -35px !important;
        position: relative;
    }

    .mobile_view_button_left {
        left: -35px !important;
        position: relative;
    }
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
    .carousel-inner .item {
        border-radius: 13px !important;
        height: auto;
    }

    .mobile_view_button_right {
        right: -6px !important;
        position: relative;
    }

    .mobile_view_button_left {
        left: -6px !important;
        position: relative;
    }

    .w3-button,
    .w3-button1 {
        width: 30px !important;
        height: 30px !important;
        border-radius: 50%;
        border: none;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer;
    }

}


.w3-button {
    left: -20px;
}

.w3-button1 {
    right: -20px;
}


@media (min-width: 700px) and (max-width: 1200px) {
    .col-custom {
        flex: 0 0 100%;
        max-width: 100%!important;
    }
}

@media (min-width: 700px) and (max-width: 1200px) {

    .choose_banner {
        width: 85%;
        height: 550px;
        display: flex;
        justify-content: center;
    }

    .faq_image {
        width: 80%;
        height: 350px;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 500px) and (max-width: 667px) {

    .choose_banner {
        width: 80%;
        height: 450px;
        display: flex;
        justify-content: center;
    }


}


.carousel-control.left {
    background-image: none;
    box-shadow: none;
}

.carousel-control.right {
    background-image: none;
    box-shadow: none;
}

.symtrom_section {
    width: 100%;
    height: 245px;
    border: 1px solid #28a745;
    background-color: var(--lightgreen);
    border-radius: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
.symtrom_section {
    width: 100%;
    height: 230px;
    border: 1px solid #28a745;
    background-color: var(--lightgreen);
    border-radius: 5px;
}
}
.find_doctor_container {
    border: 1px solid #0d1b5a !important;
    border-radius: 8px !important;

    /* Styling the placeholder color */
    .date-input::placeholder {
        color: #0d1b5a;
        /* Blue color for the placeholder */
    }

    /* Force text color to be blue in input */
    .date-input {
        color: #0d1b5a;
    }

    /* For Webkit browsers (Chrome, Safari, etc.) to style the date icon */
    .date-input::-webkit-calendar-picker-indicator {
        filter: invert(22%) sepia(75%) saturate(3154%) hue-rotate(228deg) brightness(91%) contrast(98%);
        /* This applies a blue tint to the calendar icon */
    }

    /* For Firefox (limited styling available) */
    input[type="date"]::-moz-placeholder {
        color: #0d1b5a;
    }

    input[type="date"]::-ms-input-placeholder {
        color: #0d1b5a;
    }

    input[type="date"]::placeholder {
        color: #0d1b5a;
    }
}

/* .appoinment_text {
    position: relative;
    left: 20px;
    top: 50px;
    height: auto;
    gap: 9px;
} */

button.owl-prev,
button.owl-next {
    background-color: #0d1b5a !important;
    color: inherit;
    border-radius: 50%;
    /* Circular button */
    padding: 10px !important;
    font-size: 16px !important;
    height: 9px;
    width: 9px;
    /* Ensures button is square */
    text-align: center !important;
    justify-content: center;
    display: flex;
    /* Makes buttons properly circular */
    align-items: center;
    word-spacing: 6px;
    margin: 2px;

}

.faq-content {
    transition: max-height 0.8s ease-in-out !important;
}

.faq-header {
    cursor: pointer;
}


button.owl-next {
    background-color: #7892e2 !important;
    height: 9px;
    width: 9px;
}

carousel button.owl-dot:hover {
    background-color: #09123e !important;
    display: flex;
}

button.owl-prev:hover,
button.owl-next:hover,
.owl-carousel button.owl-dot:hover {
    background-color: #09123e !important;
    /* Darken color on hover */
}

/* Centering owl-nav in the middle */
.owl-nav {
    display: flex !important;
    justify-content: center !important;
    /* Centers nav */
    align-items: center;
    margin-top: 20px;
    /* Optional: Adds space above nav */
}

/* Ensures owl-nav and owl-dots both work with minimum of 3 */
.owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 15px;
    /* Space between dots */
    margin-top: 20px;
    /* Optional: Adds space above dots */
}

/* Making sure dots have a minimum size for proper display */
.owl-dot {
    width: 2px;
    height: 2px;
    background-color: #ffff !important;
    border-radius: 50%;
    display: none;
    cursor: pointer;
}

.owl-dot.active {
    background-color: #fff !important;
    /* Changes active dot color */
}

.owl-dot:hover {
    background-color: #09123e !important;
    /* Darkens dot on hover */
}

.item {
    width: 100%;
    height: 300px;
    background-image: url(public/assets/image/248221.png);
    border-radius: 8px;
    /* background-color: #212588; */
    /* background: linear-gradient(90deg, #212588 0%, #2ba629 100%); */
    background-size: contain;
}

.slider_banner_image {
    height: 300px;
    float: right;
    display: flex;
    justify-content: right;
}

.slider_heading {
    font-size: 52px;
    font-weight: 700;

    text-align: left;
}

.slide_para {
    font-size: 16px;
    font-weight: 400;
    margin-top: -12px;
    text-align: left;
}

.text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px!important;

}

.slider_heading {

    font-weight: bold;
    margin-bottom: 20px;
}
.appoinment_text p{
    line-height: 24px;;

}

.medical_login_step{
    width:100%;
    height: 280px;
}
.medical_login_step {
    display: block;
    margin: 0 auto;
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    .item {
        width: 100%;
        height: 350px;
        background-image: url(public/assets/image/248221.png);
        border-radius: 8px;
        background-color: #212588;
        background-size: contain;
    }

    .medical_login_step{
    width:100%;
    height: 152px;
}

    .slider_banner_image {
        width: 140px;
        height: 120px;
        float: right;
        display: flex;
        justify-content: right !important;
        position: relative;
        left: 26px;
    }

    .all_heading {
        font-size: 20px;
    }

    .appoinment_text {
        position: relative;
        left: 0px;
        top: 0px;
        height: auto;
        gap: 8px;
    
    }
    .appoinment_text p{
        line-height: 24px;;
    
    }

    .slider_heading {
        font-size: 11px;
        font-weight: 100;

        text-align: left;
        margin-top: -1px;
    }

    .slide_para {
        font-size: 6px;
        font-weight: 0;

        text-align: justify;
        margin-top: -10px;
    }

    .text-section {
        display: flex;
        flex-direction: column;
        padding-left: 20px!important;

    }

    .slider_heading {

        font-weight: bold;
        margin-bottom: 20px;
    }
    .owls{display: none;}
    .owls1 {
    position: relative;
    left: 0px;
    top: 2px;
}

}

@media only screen and (min-width: 300px) and (max-width: 1100px) {
.owls1{display: none;}
    .owls{display: none;}
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .item {
        width: 100%;
        height: 250px;
        background-image: url(public/assets/image/248221.png);
        border-radius: 8px;
        background-color: #212588;
        background-size: contain;
    }

    .carousel-inner .item {
        border-radius: 13px !important;
        height: 227px;
    }

    .slider_banner_image {
        width: 250px;
        height: 250px;
        float: right;
        display: flex;
        justify-content: right;
        position: relative;
        left: 26px;
    }

    .slider_heading {
        font-size: 20px;
        font-weight: 400;

        text-align: left;
    }

    .slide_para {
        font-size: 10px;
        font-weight: 100;
        line-height: 15px;
        text-align: left;
    }

    .text-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 30px;

    }

    .slider_heading {

        font-weight: bold;
        margin-bottom: 20px;
    }

}
@media only screen and (min-width:700px) and (max-width: 790px) {
.slider_banner_image {
    width: 260px;
    height: 220px;
    float: right;
    display: flex;
    justify-content: right;
    position: relative;
    left: 45px;
}
}
@media only screen and (min-width: 590px) and (max-width: 800px) {
    .item {
        width: 100%;
        height: 250px;
        background-image: url(public/assets/image/248221.png);
        border-radius: 8px;
        background-color: #212588;
        background-size: contain;
    }

    .carousel-inner .item {
        border-radius: 13px !important;
        height: 227px;
    }

    /* .slider_banner_image {
        width: 260px;
        height: 250px;
        float: right;
        display: flex;
        justify-content: right;
        position: relative;
        left: 45px;
    } */

    .slider_heading {
        font-size: 27px;
        font-weight: 700;
        line-height: 30.93px;
        text-align: left;
    }

    .slide_para {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
    }

    .text-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 40px;

    }

    .slider_heading {

        font-weight: bold;
        margin-bottom: 20px;
    }

}



@media only screen and (min-width: 801px) and (max-width: 1280px) {
    .item {
        width: 100%;
        height: 270px;
        background-image: url(public/assets/image/248221.png);
        border-radius: 8px;
        background-color: #212588;
        background-size: contain;
    }

    .carousel-inner .item {
        border-radius: 13px !important;
        height: 227px;
    }

    

    .slider_banner_image {
        width: 309px;
        height: 226px;
        float: right;
        display: flex;
        justify-content: right;
        position: relative;
        left: 26px;
    }

    .slider_heading {
        font-size: 30px;
        font-weight: 700;
        line-height: 30.93px;
        text-align: left;
    }

    .slide_para {
        font-size: 15px;
        font-weight: 100;

        text-align: left;
    }

    .text-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 50px;

    }

    .slider_heading {

        font-weight: bold;
        margin-bottom: 20px;
    }

    .book_now {
        background-color: #212588 !important;
        color: #ffff !important;
       width: 100%!important;
        height: 44px;
        position: relative;
        right: 0px;
        top: 2px;
    }


}

.owls1 {
    position: relative;
    left: 5px;
    top: 2px;
}

@media only screen and (min-width: 300px) and (max-width: 700px) {
    .owls1 {
        position: relative;
        left: 9px;
        top:3px;
    }

    .owls {
        height: 39px;
        position: relative;
        width: 39px;
        flex-direction: column;
        left: 7px;
        top: -11px;
    }

    .book_now {
        background-color: #212588 !important;
        color: #ffff !important;
        width: 100%;
        height: 44px;
        position: relative;
        right: 0px;
        top: 2px;
    }

    .all_heading {
        font-size: 16px;
    }
}
.carousel-indicators li{display: none!important;}
.specialist-info p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 14px !important;
    line-height: 16.94px;
    font-weight: 400;
}

/* .specialist-info {
    width: 189px;
} */

.item {
height: 100%;
border:1px solid #212588;
}

.specialist-content {
height: 100%; /* Ensure content takes full height */
}

.specialist-description {
margin-bottom: 0; /* Remove default margin for consistent spacing */
}







/*===================================================  SOLUTION        ===============================================================*/
.productivity_img {
    width: 100%;
    height: 500px;
    float: right;
    position: relative;
    top:180px;
}

.appoinment_text {
    position: relative;
    left: 20px;
    top: 0px;
    height: auto;
    gap: 8px;
}

.productivity_img_all {
    width: 80%;
    height: 350px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.productivity_img_all_1 {
    width: 100%;
    height: auto;

}

.all_banner_background_color {
    background-image: linear-gradient(60deg,#212588,#28a745)!important;
}

.all_specing_form {
    padding-left: 64px;
    padding-right: 64px;
}

.solution_img_all {
    width: 631px;
    height: 426px;
    gap: 10px;
    opacity: 0px;
}

.consults_img_video {
    width: 515.36px;
    height: 281px;
    top: 0.5px;
    left: 57.82px;
    gap: 0px;
    border-radius: 16px 0px 0px 0px;
    opacity: 0px;

}

.owls {
    height: 69px;
    position: relative;
    left: 6px;
    top: 5px;
}

.owls1 {
    position: relative;
    left: 5px;
    top: 2px;
}

@media only screen and (min-width: 300px) and (max-width: 700px) {
    .owls1 {
        position: relative;
        left: 53px;
        top: -10px;
    }

    .owls {
        height: 69px;
        position: relative;
        left: 17px;
        top: 5px;
    }

    .productivity_img {
        width: 100%;
        height: 379px;
        float: right;
        position: relative;
        top: 10px;
    }

    .productivity_img_all {
        width: 80%;
        height: 200px;
        display: flex;
        justify-content: center;
        text-align: center;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
    .productivity_img {
        width: 100%;
        height: 379px;
       display: flex!important;
       justify-content: center!important;
        position: relative;
        top: 10px;
    }

}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .productivity_img {
        width: 100%;
        height: 470px;
        text-align: center;
        position: relative;
        top: 10px;
        display: flex;
        justify-content: center!important;
    }
    .productivity_img_all {
        width: 80%;
        height: 400px;
        display: flex;
        justify-content: center;
        text-align: center;
    }

}
@media (max-width: 480px) {
    .solution_banner {
        height: 120px;
        position: relative;
        top: -15px;
        background-position: 100% 100%;
    }

    .solution-icon img {
        width: 26px;
        height: 26px;
    }

    .solution-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 90px;
        background-color: var(--green);
        border-radius: 60%;
    }
}
@media (min-width: 700px) and (max-width: 900px) {
.appoinment_text {
    position: relative;
    left: 20px;
    top: 26px!important;
    height: auto;
    gap: 8px;
}
}

@media (min-width: 300px) and (max-width: 680px) {
    .service_heading h2{font-size: 20px;}

    .solution_banner {
        height: 150px;

    }
    .choose_img {
        width: 27px!important;
        height: 27px!important;
        position: relative;
        top:13px;
      }
    .appoinment_text {
        position: relative;
        left: 10px;
        top: -35px;
        height: auto;
        gap: 8px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }
    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .productivity_img {
        width: 100%;
        height: 390px;
    }

    .counter-box {
        border: 1px solid #008000;
        padding: 9px;
        border-radius: 4px;
        height: auto;
        background-color: var(--lightgreen);
        display: flex;
        align-items: center;
        width: 100%;
    }
    .solution_banner_text {
        width: 100%;
        height: auto;
        position: relative;
        top: 170px;
        left: 0px!important;
        
      }
      .solution_banner_text {
        padding: 10px;
        color:#ffffff;
    }
      .solution_banner_text h1 {
        font-size: 25px;
      }
}

@media (min-width: 700px) and (max-width: 900px) {
    .solution_banner {
        height: 210px;
        background-size: cover;
    }
}

@media (min-width: 900px) and (max-width: 1250px) {
    .solution_banner {
        height: 420px;
        background-size: cover;
    }
}

@media (min-width: 700px) and (max-width: 1200px) {
    .col-custom {
        flex: 0 0 100%;
        max-width: 100%!important;
    }
}

.solution_banner_text {
    padding: 20px;
    color:#ffffff;
}





.background_features {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 450px;
}

.clinic-box {
    width: 95%;
    height: auto;
    border: 1px solid #1a237e;
    background-color: #ffffff;
    border-radius: 8px;
}

.clinic-icon {
    width: 60px;
    height: 60px;
    border-radius: 60%;
    background-color: #008000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clinic-icon img {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.nav_button_slution {
    background-color: #2ca72a!important;
}

.play-button {
    background-color: #0d1b5a;
    color: white;
    padding: 10px;
    border-radius: 60%;
    font-size: 25px;
    display: inline-block;
    
}


.symtrom_section {
    width: 100%;
    height: 245px;
    border: 1px solid #28a745;
    background-color: var(--lightgreen);
    border-radius: 5px;
}


@media only screen and (min-width: 1200px) and (max-width: 1900px) {
.symtrom_section {
    width: 100%;
    height: 230px;
    border: 1px solid #28a745;
    background-color: var(--lightgreen);
    border-radius: 5px;
}

}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
.productivity_img {
    width: 100%;
    height: 400px;
    float: right;
    position: relative;
    top:224px;
}
}

@media only screen and (min-width: 300px) and (max-width: 1000px) {
.owls1{display: none;}
    .owls{display: none;}
    
}
@media only screen and (min-width: 300px) and (max-width: 700px) {
.counter-content h4{text-align: center!important;}
.counter-content{text-align: center!important;}
.clinic-box{width:100%;}
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
    .clinic-box{width:100%!important;}
}





/*=================================================== CONTACT       ===============================================================*/

.contact_banner {
    background-image: url(public/assets/image/Frame2181.png);
    height: 460px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.all_specing_form {
    padding-left: 64px;
    padding-right: 64px;
}

.icons {
    width: 70px;
    height: 70px;
    background-color: #003087!important;
    border-radius: 4px;
}


.icon1 {
    width: 70px;
    height: 70px;
    background-color: darkblue;
    border-radius: 4px;
    position: relative;
    top: -10px;
}

.icons i {
    position: relative;
    left: 7px;
}

.contact-info {
    background-color: #33a532;
    color: white;
    padding: 30px;
    width: 90%;
    border-radius: 8px;

}

.contact-info h2,
.contact-info h3 {
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.info-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.info-box .icons {
    font-size: 30px;
    margin-right: 15px;
}

.social-icons a {
    margin-right: 10px;
    font-size: 30px;
}



/* .contact-info p{word-spacing: 5px;} */

.form-section h2 {
    color: #003087;
    margin-bottom: 10px;
}


form {
    display: flex;
    flex-direction: column;
}




.social-icons i {
    color: #fff !important;
    font-size: 23px;
    letter-spacing: 17px;
}

.social_user_icon {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
}


.contact-info,
.form-section {
    padding: 20px;
}

.contact-info h2,
.form-section h2 {
    margin-bottom: 20px;
}

.info-box {
    padding: 10px 0;
}

.social-icons .icons {
    font-size: 24px;
    color: #333;
    cursor: pointer;
    transition: color 0.3s;
}

.social-icons .icon:hover {
    color: #007bff;
}


.contact_btn {
    background-color: #4CAF50!important;
    border: none;
    padding: 10px;
    border-radius: 5px;
    color:#ffffff!important;
}
a{text-decoration: none!important;}
/* .contact_btn:hover {
    background-color: #0d1b5a;
    transition: width 2s;
} */


.input-custom {
    padding: 19px !important;
    margin-bottom: 35px;
    border: 1px solid #ddd!important;
    border-radius: 5px;
    box-sizing: border-box;
}

textarea.input-custom {
    resize: vertical;
    height: 220px;
}

@media only screen and (min-width: 700px) and (max-width: 1000px) {
    .contact-info {
        background-color: #33a532;
        color: white;
        padding: 30px;
        width: 100%;
        border-radius: 8px;
    }

    .lg_text {
        font-size: 22px;
    }

    .contact-info p {
        font-size: 11px;
    }

    textarea.input-custom {
        resize: vertical;
        height: 150px;
    }


}


.icon.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.contact_banner {
    height: 460px;

}

@media (min-width: 300px) and (max-width: 680px) {

    .contact_banner {
        height: 150px;

    }
    .appoinment_text h1{font-size: 22px;;}

    /* .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    } */


}
@media (min-width: 768px) {
.container {
width: 100%;
}

}
@media (min-width: 700px) and (max-width: 900px) {
    .contact_banner {
        height: 210px;
        background-size: cover;
    }

    /* .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    } */


}

@media (min-width: 900px) and (max-width: 1250px) {
    .contact_banner {
        height: 420px;
        background-size: cover;
    }

    textarea.input-custom {
        resize: vertical;
        height: 160px;
    }

}

/* .all_specing {
    padding-left: 55px;
    padding-right: 55px;
} */

@media only screen and (min-width: 300px) and (max-width: 900px) {
    /* .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    } */


}



/*===================================================  INSIGHTS      ===============================================================*/

.insights_details_banner {
    height: 460px;

}

.blog-title {
    font-size: 28px;
    font-weight: bold;
}

.post-meta {
    font-size: 14px;
    color: #6c757d;
}

.recent-posts img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.recent-post-title {
    font-size: 14px;
    font-weight: bold;
}

.search-box input {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.post-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.caption {
    font-size: 12px;
    color: #6c757d;
    margin-top: -10px;
}

.archives-list,
.tags-list {
    list-style-type: none;
    padding-left: 0;
}

.tags-list li {
    display: inline;
    margin-right: 10px;
}

.tag-btn {
    padding: 5px 10px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #6c757d;
    font-size: 12px;
}

.tag-btn.active {
    background-color: #0d6efd;
    color: white;
}

.icon_insights {
    width: 50px;
    height: 50px;
    background-color: darkblue;
    border-radius: 4px;
    margin: 0px 10px;
    display: flex;
    justify-content: center;
    position: relative;
    top: 23px;
}

.icon_insights i {
    position: relative;

    font-size: 25px;
}

.under-line {
    width: 70px;
    height: 3px;
    background-color: #0a570a;
    border-radius: 10px;
}

.blog_post {
    width: 92%;
    height: 500px;
    border: 1px solid #28a745;
    border-radius: 6px;
    margin-bottom: 20px;
    cursor: pointer;
}

.blog_img_sec {
    width: 100%;
    height: 200px;
}

.date_picker {
    width: 70px;
    height: 70px;
    background-color: #2BA629;
    border-radius: 3px;
    float: right;
    position: relative;
    top: -30px;
    right: 30px;
    transition: background-color 0.3s ease;
}

.blog_hover .date_picker:hover {
    background-color: #0d1b5a;
    color: white;
}

.icon_swings1 {
    display: inline-block;
    transition: left 0.3s ease, transform 0.3s ease;
    position: relative;
    /* Ensure it can be moved with `left` */
}

.icon_swings {
    position: relative;
    right: 7px;
}

.icon_swings1:hover {
    position: relative;
    left: 10px !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d1b5a!important;
    border-color: #0d1b5a!important;
}

.search_background {
    background-color: #0d1b5a;
    float: right;
    position: absolute;
    height: 40px;
    right: 15px;
}

.all_specing {
    padding-left: 55px;
    padding-right: 55px;
}


@media (min-width: 300px) and (max-width: 680px) {

    .insights_details_banner {
        height: 150px;

    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .blog_post {
        width: 100%;
        height: auto;
        border: 1px solid #28a745;
        border-radius: 6px;
        margin-bottom: 20px;
        cursor: pointer;
    }

}

@media (min-width: 700px) and (max-width: 1000px) {
.blog_post {
    width: 90%;
    height:400px;
    border: 1px solid #28a745;
    border-radius: 6px;
    margin-bottom: 20px;
    cursor: pointer;
}
}
@media (min-width: 1001px) and (max-width: 1200px) {
    .blog_post {
        width: 92%;
        height:auto;
        border: 1px solid #28a745;
        border-radius: 6px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    }
@media (min-width: 1201px) and (max-width: 1290px) {
.blog_post {
    width: 92%;
    height:580px;
    border: 1px solid #28a745;
    border-radius: 6px;
    margin-bottom: 20px;
    cursor: pointer;
}
}

@media (min-width: 700px) and (max-width: 900px) {
    .insights_details_banner {
        height: 210px;
        background-size: cover;
    }
}

@media (min-width: 900px) and (max-width: 1250px) {
    .insights_details_banner {
        height: 420px;
        background-size: cover;
    }
}


.tag-btn.active {
    background-color: #0d1b5a;
    /* Change active button color */
}

@media (min-width: 300px) and (max-width: 900px) {
::-webkit-scrollbar {
display: none; /* Hides the scrollbar in WebKit browsers */
}

body {
-ms-overflow-style: none;  /* Hides scrollbar in IE and Edge */
scrollbar-width: none;  /* Hides scrollbar in Firefox */
}
}
/*===================================================  INSIGHTS details     ===============================================================*/
.all_specing {
    padding-left: 55px;
    padding-right: 55px;
}

.insights_details_banner {
    height: 460px;

}

@media (min-width: 300px) and (max-width: 680px) {

    .insights_details_banner {
        height: 150px;

    }

    .blog_post_img {
        width: 400px;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }


}

@media (min-width: 700px) and (max-width: 900px) {
    .insights_details_banner {
        height: 210px;
        background-size: cover;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 900px) and (max-width: 1250px) {
    .insights_details_banner {
        height: 420px;
        background-size: cover;
    }
}

.blog-title {
    font-size: 28px;
    font-weight: bold;
}

.post-meta {
    font-size: 14px;
    color: #6c757d;
}

.recent-posts img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.recent-post-title {
    font-size: 14px;
    font-weight: bold;
}

.search-box input {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.post-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.caption {
    font-size: 12px;
    color: #6c757d;
    margin-top: -10px;
}

.archives-list,
.tags-list {
    list-style-type: none;
    padding-left: 0;
}

.tags-list li {
    display: inline;
    margin-right: 10px;
}

.tag-btn {
    padding: 5px 10px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #6c757d;
    font-size: 12px;
}

.tag-btn.active {
    background-color: #0d1b5a;
    color: white;
}

.conclusion_highlight {
    width: 100%;
    height: auto;
    background-color: #2125880A;
    border-left: 3px solid #0d1b5a;
}

.icon_insights {
    width: 50px;
    height: 50px;
    background-color: darkblue;
    border-radius: 4px;
    margin: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 23px;
}

.icon_insights i {
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-left:15px;
}

.under-line {
    width: 70px;
    height: 3px;
    background-color: #0a570a;
    border-radius: 10px;
}

.search_background {
    background-color: #0d1b5a;
    float: right;
    position: absolute;
    height: 40px;
    right: 15px;
}




/*===================================================  FAQ    ===============================================================*/

.faq-container {
    display: flex;
    justify-content: space-between;
}
.categories-container {
    height:auto;
    overflow-x: auto;
    border: 1px solid #ddd;
    padding: 10px;
    height:400px;
}

.categories {
    width: 100%;
}


.categories button {
    display: block;
    width: 100%;
    padding: 14px;
    margin: 10px 0;
    border: 1px solid #7B7B7B;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    color: #7B7B7B;
    border-radius: 5px;
}


   
.categories button.active {
    background-color: #4CAF50 !important;
    color: white;
}

.faqs {
    width: 100%;
    position: relative;
    top: 25px;
}

.faq {
    display: none;
    margin-bottom: 20px;
}

.faq h5 {
    cursor: pointer;
    /* background-color: #ffffff; */
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
    border-radius: 4px !important;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    margin-top: 30px;
    transition: 0.3s ease;
}

.faq.open h5 {
    border-bottom: none;
    border-color: transparent;
    border-radius: 4px 4px 0 0 !important;
}

.faq-content {
    display: none;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-top: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: -9px;
}

.faq.open .faq-content {
    display: block;
}

.arrow {
    font-size: 20px;
}



.faq.open h5 {
    border-bottom: none;
    border-color: transparent;
    border-radius: 4px 4px 0 0 !important;
}

.faq-content {
    display: none;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-top: none;
    box-shadow: none;
    margin-top: -9px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.faq.open .faq-content {
    display: block;
}

.arrow {
    font-size: 20px;
}

.all_specing_form {
    padding-left: 64px;
    padding-right: 64px;
}


.faq {
    margin-bottom: 20px;
    border: none;

}

.faq-content {
    display: none;
    padding: 15px;
    background-color: #ffffff;
    margin-top: -17px;
}

.faq.open {
    border: none;
}


.faq_banner {
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.all_specing {
    padding-left: 55px;
    padding-right: 55px;
}

.faq-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

@media only screen and (min-width: 360px) and (max-width: 1000px) {
    .categories {
        width: 100%;
    }
}


.faq_banner {
    height: 460px;

}

@media (min-width: 300px) and (max-width: 680px) {

    .faq_banner {
        height: 150px;

    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media (min-width: 700px) and (max-width: 900px) {
    .faq_banner {
        height: 210px;
        background-size: cover;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 900px) and (max-width: 1250px) {
    .faq_banner {
        height: 420px;
        background-size: cover;
    }
}




.faq-item {
    display: none;
}

#pagination-controls {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#pagination-controls button {
    margin: 0 15px;
    padding: 10px 20px;
    background: #4caf50;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.4s ease, transform 0.2s ease;
    position: relative;
    overflow: hidden;
}

#pagination-controls button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    transition: transform 0.4s ease;
    z-index: 0;
    transform: scale(0);
}

#pagination-controls button:hover::before {
    transform: scale(1);
}

#pagination-controls button:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

#prev-page[disabled],
#next-page[disabled] {
    background: #ccc;
    cursor: not-allowed;
}

#prev-page[disabled]::before,
#next-page[disabled]::before {
    display: none;
}

#page-numbers {
    font-size: 18px;
    color: #333;
    margin: 0 15px;
    text-align: center;
}

@media (max-width: 600px) {
    #pagination-controls {
        flex-direction: column;
    }

    #pagination-controls button {
        margin: 5px 0;
    }
}




    
/*===================================================  SPECALIST     ===============================================================*/
.specalist_img {
    width: 100%;
    height: 350px;
    float: right;
}

.faqs {
    width: 100%;
    position: relative;

}

.faq {
    display: none;
    margin-bottom: 20px;
}



.cardiology-card {
    border: 1px solid #212588;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin: 5px;
    transition: 0.3s ease-in-out;
}

.cardiology-card .second_content {
    background-color: #212588;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;

    padding: 20px;
    transform: translateY(600px);
    transition: 0.3s ease-in-out;
    border: 1px solid rgba(59, 6, 144, 0);
}

.second_content p {
    margin-top: 15px;

}

.cardiology-card:hover .second_content {
    transform: translateX(0);
}


.cardiology_icon_card {

    height: 70px;
    width: 70px;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 22px;
    border-radius: 50%;
}

.cardiology_icon_card img {
    width: 45px;
    height: 45px;
}

@media (max-width: 480px) {
    .solution-icon img {
        width: 26px;
        height: 26px;
    }

    .solution-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 90px;
        background-color: var(--green);
        border-radius: 60%;
    }

    .solution-icons1 img {
        width: 20px;
        height: 20px;
    }

    
    .solution-icons1 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px!important;
        width: 90px!important;
        background-color: var(--green);
        border-radius: 60%;
    }

}


.specialities_banner {
    height: 460px;

}

@media (min-width: 300px) and (max-width: 680px) {

    .specialities_banner {
        height: 150px;

    }

    .specalist_img {
        width: 100%;
        height: 340px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (min-width: 700px) and (max-width: 900px) {
    .specialities_banner {
        height: 210px;
        background-size: cover;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 900px) and (max-width: 1250px) {
    .specialities_banner {
        height: 420px;
        background-size: cover;
    }

}
@media (min-width: 700px) and (max-width: 1020px) {
    .col-md-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-4 {
        width: 100%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 700px) and (max-width: 1200px) {
    .col-custom {
        flex: 0 0 100%;
        max-width: 100%!important;
    }

    .faq_image {
        width: 80%;
        height: 350px;
        display: flex;
        justify-content: center;
    }

    .consult_img {
        width: 80%;
        height: 350px;
    }
}



.symtrom_section {
    width: 100%;
    height: 250px;
    border: 1px solid #28a745;
    background-color: var(--lightgreen);
    border-radius: 5px;
}
.cardiology-card {
    width: 100%;
    height: 250px;
    border: 1px solid  #212588;
    background-color:#ffffff;
    border-radius: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1900px) {
.symtrom_section {
    width: 100%;
    height: 230px;
    border: 1px solid #28a745;
    background-color: var(--lightgreen);
    border-radius: 5px;
}


}













/*===================================================  HEALTHCARE NEED    ===============================================================*/



.counter-box {
    border: 1px solid #008000;
    padding: 9px;
    border-radius: 4px;
    height: 140px;
    background-color: var(--lightgreen);
    display: flex;
    align-items: center;
    width: 100%;
}

.counter-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    position: relative;
    top: 10px;
}

.testimonial-card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    background-color: white;
}

.reception_features {
    width: 80%;
    height: 300px;
    float: right;
    justify-content: end;
    display: flex;
    display: flex;
    border-radius: 6px;
    position: relative;

}

.middle_content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.reception_features1 {
    width: 80%;
    height: 300px;
    float: left;
    justify-content: start;
    display: flex;
    display: flex;
    border-radius: 6px;

}

.testimonial-card::before {
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #ddd;
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid white;
}

.stars {
    color: #f8b400;
}

.choose_bar {
    background-color: #F3FFF2;
}

.cardiology-card {
    border: 1px solid #28a745;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


.doctor-card img {
    border-radius: 8px;
    max-width: 80px;
    max-height: 80px;
    object-fit: cover;
}

.doctor-card .doctor-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.doctor-card .doctor-details {
    font-size: 14px;
    color: #6c757d;
}

.doctor-card .price {
    color: #007bff;
    font-size: 20px;
    font-weight: bold;
}

.doctor-card .rating {
    color: #f4c542;
    font-size: 16px;
    margin-left: 10px;
}

.book-btn {
    background-color: #28a745;
    color: white;
    font-weight: bold;
    width: 100%;
    border-radius: 5px;
}

.book-btn:hover {
    background-color: #0d1b5a;
    transition: 0.3s ease-in-out;
    color: #ffff;
}

.medical_professional_banner {
    height: 460px;

}


.appoinment_text {
    position: relative;
    left: 20px;
    top: 0px;
    height: auto;
    gap: 5px;
}

@media (min-width: 300px) and (max-width: 680px) {

    .private_consultation_banner {
        height: 150px;

    }

    .choose_banner {
        width: 98%;
        height: 300px;
        display: flex;
        justify-content: center;
        position: relative;
        top: 45px;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }


    .reception_features {
        display: none;
    }

    .reception_features1 {
        display: none;
    }

    .heading_reception {
        color: #0d1b5a;
    }

    .consult_imgs {
        width: 100%;
        height: 380px;
        display: flex;
        justify-content: center;
    }

    .counter-box {
        border: 1px solid #008000;
        padding: 9px;
        border-radius: 4px;
        height: auto;
        background-color: var(--lightgreen);
        display: flex;
        align-items: center;
        width: 100%;
    }

}

@media (min-width: 300px) and (max-width: 680px) {

    .medical_professional_banner {
        height: 150px;

    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .appoinment_text {
        position: relative;
        left: 5px;
        top: 0px;
        height: auto;
        gap: 8px;
    }

    .counter-box {
        border: 1px solid #008000;
        padding: 9px;
        border-radius: 4px;
        height: auto;
        background-color: var(--lightgreen);
        display: flex;
        align-items: center;
        width: 100%;
    }

}

@media (min-width: 700px) and (max-width: 900px) {
    .medical_professional_banner {
        height: 210px;
        background-size: cover;
    }
}

@media (min-width: 900px) and (max-width: 1250px) {
    .medical_professional_banner {
        height: 420px;
        background-size: cover;
    }

    .choose_banner {
        width: 80%;
        height: 450px;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 700px) and (max-width: 1280px) {
    .col-custom {
        flex: 0 0 100%;
        max-width: 100%!important;
    }

    .choose_banner {
        width: 100%;
        height: 450px;
        display: flex;
        justify-content: center;
    }
    .reception_features {display: none;}
    .reception_features1 {display: none;}

    /* .consult_img {
        width: 65%;
        height: 480px;
        display: flex;
        justify-content: center;
    } */
}

.middle_content {
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.middle_content:hover {
    transform: scale(1.01);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.reception_features,
.reception_features1 {
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

.middle_content:hover h4 {
    color: #212588;
}

.middle_content:hover p {
    color: #333333;
}



/* @media only screen and (min-width:900px) and (max-width: 1299px) {
.symtrom_section {
    width: 100%;
    height: 250px;
    border: 1px solid #28a745;
    background-color: var(--lightgreen);
    border-radius: 5px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
.symtrom_section {
    width: 100%;
    height: 270px;
    border: 1px solid #28a745;
    background-color: var(--lightgreen);
    border-radius: 5px;
}
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
.symtrom_section {
    width: 100%;
    height: 230px;
    border: 1px solid #28a745;
    background-color: var(--lightgreen);
    border-radius: 5px;
}
} */

.doctor-speciality-card {
    height: 100%;
}
.cardiology-card {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 1000px) and (max-width: 1250px) {
    .doctor-speciality-card {
        height: 230px;
        width:50%;
    }
}

@media (min-width: 700px) and (max-width: 1060px) {
    .col-md-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
     .card_contaion {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    } 
   
    .choose_bar {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .col-custom1 {
        width: 100% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .col-custom {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .doctor-speciality-card {
        width: 100% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .patients_list_div{
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}




      /* Custom CSS for responsiveness */
      @media (min-width: 700px) and (max-width: 1050px) {
        .col-md-5 {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .col-md-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .col-md-7 {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .col-md-8 {
            flex: 0 0 100%;
            max-width: 100%;
        }
      
        .faqs {
            margin-top: 20px;
        }
        .faq-item {
            margin-bottom: 15px;
        }
    }


/* =============================================== MEDICAL PROFESSIONAL   =============================*/



.consult_imgs {
    width: 80%;
    height: 480px;
    display: flex;
    justify-content: center;
}

.counter-box {
    border: 1px solid #008000;
    padding: 9px;
    border-radius: 4px;
    height: 140px;
    background-color: var(--lightgreen);
    display: flex;
    align-items: center;
    width: 100%;
}

.counter-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    position: relative;
    top: 10px;
}


.choose_bar {
    background-color: #F3FFF2 !important;
}

.reception_features {
    width: 80%;
    height: 300px;
    float: right;
    justify-content: end;
    display: flex;
    display: flex;
    border-radius: 6px;
    position: relative;
    top: -5px;
}

.middle_content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.reception_features1 {
    width: 80%;
    height: 300px;
    float: left;
    justify-content: start;
    display: flex;
    display: flex;
    border-radius: 6px;

}

.all_specing {
    padding-left: 55px;
    padding-right: 55px;
}

.reception_features2 {
    width: 80%;
    height: 200px;
    float: left;
    justify-content: start;
    display: flex;
    border-radius: 6px;

}

.testimonial-card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    background-color: white;
    width: 90%;
    height: 230px;
}

.all_specing_form {
    padding-left: 64px;
    padding-right: 64px;
}

.testimonial-card::before {
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #ddd;
}

/* .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid white;
} */

.stars {
    color: #f8b400;
}



.private_consultation_banner {
    height: 460px;
}

@media (min-width: 300px) and (max-width: 680px) {

    .private_consultation_banner {
        height: 150px;

    }

    .choose_banner {
        width: 98%;
        height: 350px;
        display: flex;
        justify-content: center;
        position: relative;
        top: 0px;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }


    .reception_features {
        display: none;
    }

    .reception_features1 {
        display: none;
    }

    .heading_reception {
        color: #0d1b5a;
    }

    .consult_imgs {
        width: 100%;
        height: 380px;
        display: flex;
        justify-content: center;
    }

    .counter-box {
        border: 1px solid #008000;
        padding: 9px;
        border-radius: 4px;
        height: auto;
        background-color: var(--lightgreen);
        display: flex;
        align-items: center;
        width: 100%;
    }


}

@media (min-width: 700px) and (max-width: 1000px) {
    .private_consultation_banner {
        height: 210px;
        background-size: cover;
    }

    .reception_features {
        display: none;
    }

    .reception_features1 {
        display:none;
    }
   
    .middle_content {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

}
@media (min-width: 1001px) and (max-width: 1200px) {
.heading_receptions{width:100%;}
.reception_features {
        display: none;
    }

    .reception_features1 {
        display:none;
    }
}

@media (min-width: 900px) and (max-width: 1250px) {
    .private_consultation_banner {
        height: 420px;
        background-size: cover;
    }

    .choose_banner {
        width: 80%;
        height: 450px;
        display: flex;
        justify-content: center;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media (min-width: 700px) and (max-width: 1200px) {
    .col-custom {
        flex: 0 0 100%;
        max-width: 100%;
    }


    
    .choose_banner {
        width: 65%;
        height: 400px;
        display: flex;
        justify-content: center;
        position: relative;
        top: 30px;
    }


    .consult_imgs {
        width: 100%;
        height: 550px;
        display: flex;
        justify-content: center;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

}


.appoinment_text {
    position: relative;
    left: 20px;
    top: 0px;
    height: auto;
    gap: 8px;
}

.testimonial-card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    background-color: white;
    width: 100%;
    position: relative;
    top: 30px;
    height: auto;

}

.testimonial-card::before {
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #ddd;
}

/* .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid white;
} */

.stars {
    color: #f8b400;
}

.choose_bar {
    background-color: #F3FFF2;
}


.testimonial-slider {
    background-color: #5072a7;
    padding: 2em 2em 3em;
}

.testimonial-title {
    color: #fff;
}

.testimonial-title h2 {
    padding-left: 0.2em;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #fff;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 60%;
    transform: translateY(-50%);
}

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 50%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}

@media (min-width: 768px) {
    .carousel-inner {
        padding: 1em;
    }

    .carousel-control-prev,
    .carousel-control-next {
        opacity: 1;
        position: absolute;
        left: 1em;
        top: 90%;
        transform: translateY(-50%);
    }

    .carousel-control-next {
        left: 5em;
    }
}

.middle_content {
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.middle_content:hover {
    transform: scale(1.01);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.reception_features,
.reception_features1 {
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

.middle_content:hover h4 {
    color: #212588;
}

.middle_content:hover p {
    color: #333333;
}

.play-button {
    background-color: #0d1b5a;
    /* Set background color to blue */
    color: white;
    /* Icon color to white */
    padding: 10px;
    /* Add some padding to make the circle bigger */
    border-radius: 60%;
    /* Make it circular */
    font-size: 25px;
    /* Adjust the font size of the icon */
    display: inline-block;
    /* Ensure it's inline with other elements */
}

.symtrom_section {
    width: 100%;
    height: 245px;
    border: 1px solid #28a745;
    background-color: var(--lightgreen);
    border-radius: 5px;
}


@media only screen and (min-width: 1200px) and (max-width: 1900px) {
.symtrom_section {
    width: 100%;
    height: 230px;
    border: 1px solid #28a745;
    background-color: var(--lightgreen);
    border-radius: 5px;
}

}

@media only screen and (min-width: 300px) and (max-width: 1024px) {
.owls1{display: none;}
    .owls{display: none;}
    .appoinment_text {
    position: relative;
    left: 10px!important;
    top: 0px;
    height: auto;
    gap: 8px;
}
}






/* =============================================== HEADER   =============================*/
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;


}

.dropdown-menu-start {
    right: auto;
    left: 60px;
}

.navbar-collapse.collapse {
    display: flex !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu {
    margin-top: 0;
}


.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu {
    margin-top: 0;
}

/* Consistent hover color and padding */
.navbar-nav .dropdown-item {
    padding: 20px 20px;
    /* Adjust padding for consistency */
}

.navbar-nav .dropdown-item:hover {
    background-color: #212588 !important;

    color: #ffff!important;
    border-radius: 5px;

}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown1 {
    position: absolute;
    top: 100%;
    left: -150px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 4px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu-start {
    position: absolute;
    top: 100%;
    left: -150px;
}

.dropdown-item1 {
    padding: 20px 20px;
}

.dropdown-item1:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0d1b5a;
    border-radius: 5px;
}


@media (min-width: 1000px) and (max-width: 1200px) {
    .navbar-collapse {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav .nav-item {
        margin-left: 0;
        margin-right: 0;
    }

    .nav_button_nav {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .navbar-brand img {
        width: 120px;
        height: 40px;
    }
}


/* @media (min-width: 1600px) and (max-width: 2000px) {
    .navbar-collapse {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav .nav-item {
        margin-left: 0;
        margin-right: 0;
    }
    .nav-item a{font-size: 22px;}
    .nav-item i{font-size: 22px;}
    .navbar-nav  {float:right;}
    .language_btn{font-size: 22px;}
} */

a {
    line-height: 19.36px;
    font-size: 16px;
    padding: 8px, 74px, 8px, 74px;
}

.nav_button1 {
    position: relative;
    left: 6px;
}

.all_specing {
    padding-left: 55px;
    padding-right: 55px;
}

.all_specing_form {
    padding-left: 64px;
    padding-right: 64px;
}

.dropdown-item1 a:hover {
    background-color: #0d1b5a;
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 3px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown1 {
    right: 0 !important;
    /* Ensure dropdown aligns to the right */
    left: auto !important;
    /* Prevent dropdown from aligning to the left */
}


@media (min-width: 1250px) and (max-width: 1700px) {

    /* Show dropdown on hover */
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        /* Removes default margin */
        transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }

    /* Add a smooth transition when hovering */
    .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: visibility 0.5s, opacity 0.5s ease-in-out;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

}



/* Add a smooth transition when hovering */
.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;

}

.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu li a:hover {
    display: block;
    padding: 3px 20px;
    background-color: #0d1b5a;
    clear: both;
    font-weight: 400;
    line-height: 19.42px;
    color: #ffff;
    white-space: nowrap;
}

/* Ensure the dropdown is hidden initially */
.dropdown-menu {
    display: none;
}

/* Show dropdown when 'show' class is added */
.dropdown-menu.show {
    display: block;
}

.owls {
    position: relative;
    left: 7px;
    top: 4px;
}

.owl1 {
    position: relative;
    top: -17px;
    left: 18px;
}


@media only screen and (min-width: 1000px) and (max-width: 1700px) {
    .desktop_banner {
        display: block;
    }

    .mobile_banner {
        display: none;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    /* .desktop_banner {
        display: none;
    } */

    .mobile_banner {
        display: block;
    }
}


@media only screen and (min-width: 1701px) and (max-width: 2500px) {
    .desktop_banner {
        display: block;
    }

    .mobile_banner {
        display: none;
    }
}

@media only screen and (min-width: 300px) and (max-width: 999px) {
    /* .desktop_banner {
        display: none;
    } */

    .mobile_banner {
        display: block;
    }

    .text_section {
        display: none;
    }
}

@media only screen and (min-width: 300px) and (max-width: 700px) {

    .owl {
        position: relative;
        top: 10px;
        left: 7px;
    }

    .choose_banner {
        width: 98%;
        height: 300px;
        display: flex;
        justify-content: center;
    }
}



#chat-circle {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #212588;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    padding: 28px;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    z-index: 9999;
}

.btn#my-btn {
    background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #5865C3;
}

#chat-overlay {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}


.chat-box {
    display: none;
    background: #efefef;
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 350px;
    max-width: 85vw;
    max-height: 100vh;
    border-radius: 5px;
    /*   box-shadow: 0px 5px 35px 9px #464a92; */
    box-shadow: 0px 5px 35px 9px #ccc;
    z-index: 9999;
}

.chat-box-toggle {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.chat-box-header {
    background: #28a745;
    height: 60px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    text-align: center;
    font-size: 20px;
    padding-top: 17px;
}

.chat-box-body {
    position: relative;
    height: 370px;
    height: auto;
    border: 1px solid #ccc;
    overflow: hidden;
}

.chat-box-body:after {
    content: "";
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=');
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
}

#chat-input {
    background: #f4f7f9;
    width: 100%;
    position: relative;
    height: 47px;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: none;
    resize: none;
    outline: none;
    border: 1px solid #ccc;
    color: #888;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

.chat-input>form {
    margin-bottom: 0;
}

#chat-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

#chat-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

#chat-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

#chat-input:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

.chat-submit {
    position: absolute;
    bottom: 3px;
    right: 10px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    color: #5A5EB9;
    width: 35px;
    height: 35px;
}

.chat-logs {
    padding: 15px;
    height: 370px;
    overflow-y: scroll;
}

.chat-logs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar-thumb {
    background-color: #5A5EB9;
}



@media only screen and (max-width: 500px) {
    .chat-logs {
        height: 40vh;
    }
}

.chat-msg.user>.msg-avatar img {
    width: 35px;
    height: 35px;
    border-radius: 60%;
    float: left;
    width: 15%;
}

.chat-msg.self>.msg-avatar img {
    width: 35px;
    height: 35px;
    border-radius: 60%;
    float: right;
    width: 15%;
}

.cm-msg-text {
    background: white;
    padding: 10px 15px 10px 15px;
    color: #666;
    max-width: auto;
    float: left;
    margin-left: 10px;
    position: relative;
    margin-bottom: 20px;
    
    border-radius: 7px;
    float: left;
}

.chat-msg {
    clear: both;
}

.chat-msg.self>.cm-msg-text {
    float: right;
    margin-right: 10px;
    background: #5A5EB9;
    color: white;
}

.cm-msg-button>ul>li {
    list-style: none;
    float: left;
    width: 50%;
}

.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}

.navbar-nav>li>a {color:black;}

#chat-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    /* Optional overlay effect */
    z-index: 1;
}
.dropdown-item ul li a{color:#ffffff!important;}
#languageForm .dropdown-item:hover{background-color: transparent!important;color: black!important;}
#languageForm .dropdown-item ul li{background-color: transparent!important;color: black!important;padding:0px;}




/* ===============================================   boost efficiency   =============================*/
.secure_relance {
    position: relative;
    top: 35px;
}
.boost_about{
    height: 450px;
}
.productivity_img {
    width: 631px;
    height: 348px;
    gap: 10px;
    opacity: 0px;
}


.work_img {
    width: 60%;
    height: 370px;
}

.digital-icon {
    width: 60px;
    height: 60px;
    background-color: #33a532;
    border-radius: 60%;
    display: grid;
    place-items: center;
}

.digital-icon img {
    width: 30px;
    height: 30px;
}

.specalist_img {
    width: 100%;
    height: 390px;
}

.digital_banner {
    height: 460px;

}

.all_specing_form {
    padding-left: 64px;
    padding-right: 64px;
}

.appoinment_text {
    position: relative;
    left: 20px;
    top: 0px;
    height: auto;
    gap: 8px;
}

@media (max-width: 480px) {
    .solution-icon img {
        width: 26px;
        height: 26px;
    }

    .solution-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 75px;
        background-color: var(--green);
        border-radius: 60%;
    }
    .solution-icons{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 55px;
        background-color: var(--green);
        border-radius: 60%;
    }
    .solution-icons img {
        width: 26px;
        height: 26px;
    }

    .counter-content h3{font-size: 18px;}
    .content_text{text-align: left!important;}
    .content_texts{text-align: left!important;}
}

.solution-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 55px;
    background-color: var(--green);
    border-radius: 60%;
}
.solution-icons img {
    width: 26px;
    height: 26px;
}
.digital_banner {
    height: 460px;

}

@media (min-width: 300px) and (max-width: 680px) {

    .digital_banner {
        height: 150px;

    }
    .owl-next{display: none!important;}
    .boost_about{
    height: 250px;
}
    .productivity_img {
        width: 100%!important;
        height: 250px;
    }

    .owl {
        position: relative;
        left: 10px;
        top: 3px;
    }

    .consult_img {
        width: 100%;
        height: 290px;
    }

    .work_img {
        width: 84%;
        height: 300px;
        position: relative;
        left: 30px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .specalist_img {
        width: 100%;
        height: 250px;
    }

    .appoinment_text {
        position: relative;
        left: 5px;
        top: 0px;
        height: auto;
        gap: 8px;
    }
    .owl1{display: none;}
    .counter-box {
        border: 1px solid #008000;
        padding: 9px;
        border-radius: 4px;
        height: auto;
        background-color: var(--lightgreen);
        display: flex;
        align-items: center;
        width: 100%;
    }

}

@media (min-width: 700px) and (max-width: 900px) {
    .digital_banner {
        height: 210px;
        background-size: cover;
    }
}

@media (min-width: 900px) and (max-width: 1250px) {
    .digital_banner {
        height: 420px;
        background-size: cover;
    }

    .specalist_img {
        width: 100%;
        height: 370px;
    }

}


@media (min-width: 700px) and (max-width: 1200px) {
    .col-custom {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .work_img {
        width: 70%;
        height: 500px;
    }

    .solution-icon img {
        width: 26px;
        height: 26px;
    }

    .productivity_img {
        width: 100%;
        height: 350px;
        display: flex!important;
        justify-content: center!important;
    }

    .solution-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 50px;
        background-color: var(--green);
        border-radius: 60%;
    }

    .digital-icon {
        width: 60px;
        height: 60px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }

    .digital-icon img {
        width: 30px;
        height: 30px;
    }

    .custom_digital_icon {
        width: 120px;
        height: 60px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .specalist_img {
        width: 100%;
        height: 360px;
    }
}

@media (min-width: 500px) and (max-width: 667px) {
    .digital-icon {
        width: 50px;
        height: 50px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }

    .digital-icon img {
        width: 20px;
        height: 20px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .specalist_img {
        width: 100%;
        height: 370px;
    }

}



.owl {
    position: relative;
    left: 6px;
    top: 3px;
}

/* @media only screen and (min-width: 300px) and (max-width: 900px) {
.owls1{display: none;}
    .owls{display: none;}
} */

.symptom-card {
height: 100%; 
}
/* .symtrom_section {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
height: 100%;
border: 1px solid #008000;
border-radius: 10px;
padding: 20px;
} */
@media (max-width: 1300px) and (min-width: 100px) {
.symptom-card {
    max-width: 100%;
}
}


@media only screen and (min-width: 300px) and (max-width: 700px) {
.counter_icons h4{text-align: left!important;}
.clinic-box{width:100%;}
.nav_button {display: flex;justify-content: center;}
.counter_icons{display: flex;justify-content:center;}
}







/* ===============================================   boost medical    =============================*/
.all_specing_form {
    padding-left: 64px;
    padding-right: 64px;
}

.marketing_percentage {
    height: 250px;
}

.owl {
    position: relative;
    left: 6px;
    top: 3px;
}

.productivity_imgs1 {
    width: 94%;
    height: 330px;
}

.marketing_image {
    width: 90%;
    height: 380px;
}


.digital-icon {
    width: 60px;
    height: 60px;
    background-color: #33a532;
    border-radius: 60%;
    display: grid;
    place-items: center;
}

.digital-icon img {
    width: 30px;
    height: 30px;
}

.all_specing {
    padding-left: 55px;
    padding-right: 55px;
}

.effective_medical_banner {
    height: 460px;
}

@media (min-width: 300px) and (max-width: 680px) {

    .effective_medical_banner {
        height: 170px;

    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .owl {
        position: relative;
        left: 38px;
        top: -15px;
    }

    .marketing_image {
        width: 90%;
        height: 250px;
    }

    .productivity_imgs1 {
        width: 100%;
        height: 250px;
    }

    .marketing_percentage {
        height: auto;
    }

}

@media (min-width: 700px) and (max-width: 900px) {
    .effective_medical_banner {
        height: 210px;
        background-size: cover;
    }
}

@media (min-width: 900px) and (max-width: 1250px) {
    .effective_medical_banner {
        height: 420px;
        background-size: cover;
    }
}


@media only screen and (min-width: 750px) and (max-width: 1000px) {

    .digital-icon {
        width: 50px;
        height: 50px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }

    .digital-icon img {
        width: 20px;
        height: 20px;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .marketing_percentage {
        height: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .marketing_percentage {
        height: auto;
    }

}

@media only screen and (min-width: 430px) and (max-width: 768px) {

    .digital-icon {
        width: 50px;
        height: 50px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }


    .digital-icon img {
        width: 20px;
        height: 20px;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .marketing_percentage {
        height: auto;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1100px) {
    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }

}
@media (min-width: 700px) and (max-width: 1200px) {
    .col-custom {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .marketing_image {
        width: 100%;
        height: 450px;
        display: flex;
        justify-content: center;
    }

    .productivity_imgs1 {
        width: 80%;
        height: 360px;
        display: flex;
        justify-content: center;
    }

    .solution-icon img {
        width: 26px;
        height: 26px;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .solution-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 60px;
        background-color: var(--green);
        border-radius: 60%;
    }

    .digital-icon {
        width: 60px;
        height: 60px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }
 
    .marketing_percentage {
        height: auto;
    }

    .digital-icon img {
        width: 30px;
        height: 30px;
    }

    .custom_digital_icon {
        width: 120px;
        height: 60px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }
}

@media (min-width: 500px) and (max-width: 667px) {
    .digital-icon {
        width: 50px;
        height: 50px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }

    .marketing_percentage {
        height: auto;
    }

    .digital-icon img {
        width: 20px;
        height: 20px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }


}

.appoinment_text {
    position: relative;
    left: 20px;
    top: 0px;
    height: auto;
    gap: 8px;
}



.play-button {
    background-color: #0d1b5a;
    color: white;
    padding: 10px;
    border-radius: 60%;
    font-size: 25px;
    display: inline-block;
}

/* 
@media only screen and (min-width: 300px) and (max-width: 1200px) {
.owls1{display: none;}
    .owls{display: none;}
} */



/* ===============================================   boost patient loyality    =============================*/
.all_specing_form {
    padding-left: 64px;
    padding-right: 64px;
}

.marketing_percentage {
    height: 250px;
}

.owl {
    position: relative;
    left: 6px;
    top: 3px;
}

.productivity_img {
    width: 94%;
    height: 330px;
}

.marketing_image {
    width: 90%;
    height: 380px;
}


.digital-icon {
    width: 60px;
    height: 60px;
    background-color: #33a532;
    border-radius: 60%;
    display: grid;
    place-items: center;
}

.digital-icon img {
    width: 30px;
    height: 30px;
}

.all_specing {
    padding-left: 55px;
    padding-right: 55px;
}

.effective_medical_banner {
    height: 460px;
}

@media (min-width: 300px) and (max-width: 680px) {

    .effective_medical_banner {
        height: 170px;

    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .owl {
        position: relative;
        left: 38px;
        top: -15px;
    }

    .marketing_image {
        width: 100%;
        height: 250px;
    }

    .productivity_img {
        width: 94%;
        height: 250px;
    }

    .marketing_percentage {
        height: auto;
    }

}

@media (min-width: 700px) and (max-width: 900px) {
    .effective_medical_banner {
        height: 210px;
        background-size: cover;
    }
}

@media (min-width: 900px) and (max-width: 1250px) {
    .effective_medical_banner {
        height: 420px;
        background-size: cover;
    }
}


@media only screen and (min-width: 750px) and (max-width: 1000px) {

    .digital-icon {
        width: 50px;
        height: 50px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }

    .digital-icon img {
        width: 20px;
        height: 20px;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .marketing_percentage {
        height: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .marketing_percentage {
        height: auto;
    }

}

@media only screen and (min-width: 430px) and (max-width: 768px) {

    .digital-icon {
        width: 50px;
        height: 50px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }


    .digital-icon img {
        width: 20px;
        height: 20px;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .marketing_percentage {
        height: auto;
    }
}


@media (min-width: 700px) and (max-width: 1200px) {
    .col-custom {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .marketing_image {
        width: 75%;
        height: 450px;
        display: flex;
        justify-content: center;
    }

    .productivity_img {
        width: 80%;
        height: 360px;
    }

    .solution-icon img {
        width: 26px;
        height: 26px;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .solution-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 60px;
        background-color: var(--green);
        border-radius: 60%;
    }

    .digital-icon {
        width: 60px;
        height: 60px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }

    .marketing_percentage {
        height: auto;
    }

    .digital-icon img {
        width: 30px;
        height: 30px;
    }

    .custom_digital_icon {
        width: 120px;
        height: 60px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }
}

@media (min-width: 500px) and (max-width: 667px) {
    .digital-icon {
        width: 50px;
        height: 50px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }

    .marketing_percentage {
        height: auto;
    }

    .digital-icon img {
        width: 20px;
        height: 20px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }


}

.appoinment_text {
    position: relative;
    left: 20px;
    top: 0px;
    height: auto;
    gap: 8px;
}

.play-button {
background-color: #0d1b5a; /* Set background color to blue */
color: white; /* Icon color to white */
padding: 10px; /* Add some padding to make the circle bigger */
border-radius: 60%; /* Make it circular */
font-size: 20px; /* Adjust the font size of the icon */
display: inline-block; /* Ensure it's inline with other elements */
}



@media only screen and (min-width: 300px) and (max-width: 1200px) {
.owls1{display: none;}
    .owls{display: none;}
}


/*  ==================================     Advance clinic    ===================================*/
/* .carousel-inner {
    left: -4px;
} */

.consult_img {
    width: 90%;
    height: 540px;
    float: left;
    display: flex;
    justify-content: left;
}

.testimonial-card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    background-color: white;
    width: 100%;
    position: relative;
    top: 30px;

}

.testimonial-card::before {
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #ddd;
}

/* .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid white;
} */

.stars {
    color: #f8b400;
}

.choose_bar {
    background-color: #F3FFF2;
}


.testimonial-slider {
    background-color: #5072a7;
    padding: 2em 2em 3em;
}

.testimonial-title {
    color: #fff;
}

.testimonial-title h2 {
    padding-left: 0.2em;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #fff;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 60%;
    transform: translateY(-50%);
}

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 50%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}

@media (min-width: 768px) {
    .carousel-inner {
        padding: 1em;
    }

    .carousel-control-prev,
    .carousel-control-next {
        opacity: 1;
        position: absolute;
        left: 1em;
        top: 9%;
        transform: translateY(-50%);
    }

    .carousel-control-next {
        left: 5em;
    }
}


.card-custom {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background-color: white;
}

.icon {
    font-size: 24px;
    color: #28a745;
    width: 55px;
    height: 55px;
    background-color: #28a745;
    border-radius: 60%;
    position: relative;
    top: -35px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.card-title {
    font-weight: bold;
    color: #000;
}

.card-text {
    color: #6c757d;
}

.all_specing_form {
    padding-left: 64px;
    padding-right: 64px;
}


.icon img {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
}

.card_description {
    width: 100%;
    height: auto;
    margin-top: -38px;
}

.advance_clinic_banner {
    height: 460px;

}

.all_specing {
    padding-left: 55px;
    padding-right: 55px;
}

.appoinment_text {
    position: relative;
    left: 20px;
    top: 0px;
    height: auto;
    gap: 8px;
}

.owl_n {
    position: relative;
    top: 3px;
    left: 2px;
}

@media (min-width: 300px) and (max-width: 680px) {

    .advance_clinic_banner {
        height: 150px;
    }

    .owl_n {
        position: relative;
        top: -16px;
        left: 20px;
    }

    .consult_img {
        width:100%;
        height: 300px;
    }

    .consult_imgs {
        width: 100%;
        height: 380px;
        display: flex;
        justify-content: center;
    }

    .appoinment_text {
        position: relative;
        left: 7px;
        top: 0px;
        height: auto;
        gap: 8px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .choose_banner {
        width: 98%;
        height: auto;
        display: flex;
        justify-content: center;
        position: relative;
        top: 0px;
    }

    .counter-box {
        border: 1px solid #008000;
        padding: 9px;
        border-radius: 4px;
        height: auto;
        background-color: var(--lightgreen);
        display: flex;
        align-items: center;
        width: 100%;
    }

}

@media (min-width: 400px) and (max-width: 600px) {
    .owl_n {
        position: relative;
        top: -16px;
        left: 40px;
    }
}

@media (min-width: 700px) and (max-width: 900px) {
    .advance_clinic_banner {
        height: 210px;
        background-size: cover;
    }

    .owl_n {
        position: relative;
        top: -16px;
        left: 20px;
    }

}

@media (min-width: 900px) and (max-width: 1250px) {
    .advance_clinic_banner {
        height: 420px;
        background-size: cover;
    }

    .choose_banner {
        width: 80%;
        height: 350px;
    }

    .consult_img {
        width:80%;
        height: 400px;
    }
}

@media (min-width: 700px) and (max-width: 1200px) {
    .col-custom {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .choose_banner {
        width: 70%;
        height: 450px;
    }

    .consult_img {
        width: 100%;
        height: 500px;
    }
}

.consults_img {
    width: 100%;
    height: 300px;
}


.carousel-control-prev,
.carousel-control-next {
    background-color: #ddd;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 20px;
    transform: translateY(-50%);
}

.counter-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 61px;
    width: 61px;
    position: relative;
    top: 18px;
}
.play-button {
background-color: #0d1b5a; /* Set background color to blue */
color: white; /* Icon color to white */
padding: 10px; /* Add some padding to make the circle bigger */
border-radius: 60%; /* Make it circular */
font-size: 25px; /* Adjust the font size of the icon */
display: inline-block; /* Ensure it's inline with other elements */
}
@media only screen and (min-width: 300px) and (max-width: 1024px) {
.owls1{display: none;}
    .owls{display: none;}
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
.counter-content  p{text-align: center!important;}
.counter-content h4 {text-align: center!important;}
.counter-content{margin-top:5px;}
.counter-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    position: relative;
    top: 18px;
}
.content_texts p{text-align: left!important;}
.solution_count h3{font-size: 19px;}
}



/* ========================   streamline reception    ===========================*/
.all_specing_form {
    padding-left: 64px;
    padding-right: 64px;
}

.marketing_percentage {
    height: 240px;
}

.owl {
    position: relative;
    left: 6px;
    top: 3px;
}

.productivity_img {
    width: 94%;
    height: 330px;
}

.marketing_image {
    width: 90%;
    height: 380px;
}


.digital-icon {
    width: 60px;
    height: 60px;
    background-color: #33a532;
    border-radius: 60%;
    display: grid;
    place-items: center;
}

.digital-icon img {
    width: 30px;
    height: 30px;
}

.all_specing {
    padding-left: 55px;
    padding-right: 55px;
}

.effective_medical_banner {
    height: 460px;
}

@media (min-width: 300px) and (max-width: 680px) {

    .effective_medical_banner {
        height: 170px;

    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .owl {
        position: relative;
        left: 38px;
        top: -15px;
    }

    .marketing_image {
        width: 100%;
        height: 250px;
    }

    .productivity_img {
        width: 94%;
        height: 239px;
    }

    .marketing_percentage {
        height: auto;
    }

}

@media (min-width: 700px) and (max-width: 900px) {
    .effective_medical_banner {
        height: 210px;
        background-size: cover;
    }
}

@media (min-width: 900px) and (max-width: 1250px) {
    .effective_medical_banner {
        height: 420px;
        background-size: cover;
    }
}


@media only screen and (min-width: 750px) and (max-width: 1000px) {

    .digital-icon {
        width: 50px;
        height: 50px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }

    .digital-icon img {
        width: 20px;
        height: 20px;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .marketing_percentage {
        height: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .marketing_percentage {
        height: auto;
    }

}

@media only screen and (min-width: 430px) and (max-width: 768px) {

    .digital-icon {
        width: 50px;
        height: 50px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }


    .digital-icon img {
        width: 20px;
        height: 20px;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .marketing_percentage {
        height: auto;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1100px) {
    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }

}
@media (min-width: 700px) and (max-width: 1200px) {
    .col-custom {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .marketing_image {
        width: 100%;
        height: 450px;
        display: flex;
        justify-content: center;
    }

    .productivity_img {
        width: 100%;
        height: 360px;
        display: flex!important;
        justify-content: center!important;
    }

    .solution-icon img {
        width: 26px;
        height: 26px;
    }

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .solution-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 60px;
        background-color: var(--green);
        border-radius: 60%;
    }

    .digital-icon {
        width: 60px;
        height: 60px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }

    .marketing_percentage {
        height: auto;
    }

    .digital-icon img {
        width: 30px;
        height: 30px;
    }

    .custom_digital_icon {
        width: 120px;
        height: 60px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }
}

@media (min-width: 500px) and (max-width: 667px) {
    .digital-icon {
        width: 50px;
        height: 50px;
        background-color: #33a532;
        border-radius: 60%;
        display: grid;
        place-items: center;
    }

    .marketing_percentage {
        height: auto;
    }

    .digital-icon img {
        width: 20px;
        height: 20px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }


}

.appoinment_text {
    position: relative;
    left: 20px;
    top: 0px;
    height: auto;
    gap: 8px;
}



.play-button {
    background-color: #0d1b5a;
    color: white;
    padding: 10px;
    border-radius: 60%;
    font-size: 25px;
    display: inline-block;
}


.symptom-card {
height: 100%; /* Ensure all cards have equal height */
display: flex;
flex-direction: column;
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
.symtrom_section {
    width: 100%;
    height: 230px;
    border: 1px solid #28a745;
    background-color: var(--lightgreen);
    border-radius: 5px;

}

}


@media only screen and (min-width: 300px) and (max-width: 1200px) {
.owls1{display: none;}
    .owls{display: none;}
}



/* ===================================   doctor profile  =================================== */


.middle_content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.all_specing {
    padding-left: 55px;
    padding-right: 55px;
}

.reception_features2 {
    width: 80%;
    height: 200px;
    float: left;
    justify-content: start;
    display: flex;
    border-radius: 6px;

}

.testimonial-card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    background-color: white;
    width: 90%;
    height: 230px;
}

.all_specing_form {
    padding-left: 64px;
    padding-right: 64px;
}

.testimonial-card::before {
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #ddd;
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid white;
}

.stars {
    color: #f8b400;
}


@media (min-width: 300px) and (max-width: 680px) {

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }



}



@media (min-width: 900px) and (max-width: 1250px) {


    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

}



@media (min-width: 700px) and (max-width: 1200px) {
    .col-custom {
        flex: 0 0 100%;
        max-width: 100%;
    }


    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

}




.testimonial-card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    background-color: white;
    width: 100%;
    position: relative;
    top: 30px;
    height: auto;

}

.testimonial-card::before {
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #ddd;
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid white;
}

.stars {
    color: #f8b400;
}

.choose_bar {
    background-color: #F3FFF2;
}


.testimonial-slider {
    background-color: #5072a7;
    padding: 2em 2em 3em;
}

.testimonial-title {
    color: #fff;
}

.testimonial-title h2 {
    padding-left: 0.2em;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    height: 100%;
}

.find_button {
    background-color: #212588;
}



.find_button {
    background-color: #212588;
}


.doctor-card {
    background-color: #ffffff;
    padding: 20px;

}

.doctor-img {
    max-width: 100px;

}

.rating {
    color: #f39c12;
}

.review-section {
    background-color: #F3FFF2;
    padding: 15px;
    border-radius: 10px;
}

.review-section .rating {
    color: #f39c12;
}

.slots-card {
    background-color: #f0fdf4;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.slot {
    background-color: #e7f9ef;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.slot:hover {
    background-color: #c6f2d3;
}

 

.patient-item.selected {
    background-color: #d1e7dd;
    border: 1px solid #0f5132;
}

.profile-container {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #f2f2f2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
}


.profile-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.profile-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    /* Ensure the image is rounded */
    transition: transform 0.3s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    /* Darker overlay for better contrast */
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}


.upload-icon {
    text-align: center;
}

.upload-icon i {
    font-size: 2em;
    margin-bottom: 5px;
    transition: transform 0.3s ease;
}



/* .upload-icon span {
    display: block;
    font-size: 14px;
    font-weight: bold;
} */

.file-upload {
    display: none;
    /* Keep the file input hidden */
}


.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.sliders {
    display: flex;
    gap: 10px;
    /* transition: transform 0.3s ease-in-out; */
}

.slidess1 {
    min-width: 100px;
    text-align: center;
    background: rgb(246, 246, 246);
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    cursor: pointer;
    height:70px;
}

/* Buttons */
.prev, .next {
    background: white;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    /* top: 0%!important; */
    /* transform: translateY(-50%); */
    width: 50px;
    height: 50px;
    z-index: 999;
}

.prev { left: 10px; }
.next { right: 10px; }

.slider-container {
    display: flex;
    align-items: center;
}
.slider-wrapper {
    overflow: hidden;
    width: 300px;
}

.slide.active {
    background-color: #003087;
    color: white;
}
.slot {border:1px solid #008000;color:#000;}

/*====================================== FIND DOCTOR  ===============================*/

.middle_content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form-control {
    height: 45px;
    border: 1px solid #212588 !important;
    border-radius: 4px !important;
}

.book_now {
    background-color: #212588 !important;
    color: #ffff !important;
    width: 100%;
    height: 44px;
    position: relative;
    right: 0px;
    
}

.all_specing {
    padding-left: 55px;
    padding-right: 55px;
}

.reception_features2 {
    width: 80%;
    height: 200px;
    float: left;
    justify-content: start;
    display: flex;
    border-radius: 6px;

}

.testimonial-card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    background-color: white;
    width: 90%;
    height: 230px;
}

.all_specing_form {
    padding-left: 64px;
    padding-right: 64px;
}

.testimonial-card::before {
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #ddd;
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid white;
}

.stars {
    color: #f8b400;
}


@media (min-width: 300px) and (max-width: 680px) {

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .all_specing_form {
        padding-left: 15px;
        padding-right: 15px;
    }



}



@media (min-width: 900px) and (max-width: 1250px) {


    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media (min-width: 700px) and (max-width: 1200px) {
    .col-custom {
        flex: 0 0 100%;
        max-width: 100%;
    }


    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

}


.appoinment_text {
    position: relative;
    left: 20px;
    top: -14px;
    height: auto;
    gap: 8px;
}

.testimonial-card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    background-color: white;
    width: 100%;
    position: relative;
    top: 30px;
    /* height: auto; */
    border: 1px solid #0d1b5a;


}

.testimonial-card::before {
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #ddd;
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #28a745;
}

.stars {
    color: #f8b400;
}

.choose_bar {
    background-color: #F3FFF2;
}


.testimonial-slider {
    background-color: #5072a7;
    padding: 2em 2em 3em;
}

.testimonial-title {
    color: #fff;
}

.testimonial-title h2 {
    padding-left: 0.2em;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    height: 100%;
}



.cardiology-card {
    border: 1px solid #0d1b5a;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin: 5px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
}
@media only screen and (min-width: 700px) and (max-width: 970px) {
    .doctor-speciality-card{
    width:100%;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
}
}
@media only screen and (min-width: 980px) and (max-width: 1250px) {
    .doctor-speciality-card {
    width:50%;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
}
}
.chosen-container {
    border: 1px solid #0d1b5a;
}

.find_doctor_container {
    border: 1px solid #28a745;
    border-radius: 6px;
}

.find_doctor_container {
    border: 1px solid #28a745;
    border-radius: 6px;
}

.doctor-card img {
    border-radius: 8px;
    max-width: 80px;
    max-height: 80px;
    object-fit: cover;
}

.doctor-card .doctor-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.doctor-card .doctor-details {
    font-size: 14px;
    color: #6c757d;
}

.doctor-card .price {
    color: #007bff;
    font-size: 20px;
    font-weight: bold;
}

.doctor-card .rating {
    color: #f4c542;
    font-size: 16px;
    margin-left: 10px;
}

.book-btn {
    background-color: #008000!IMPORTANT;
    color: white!IMPORTANT;
    font-weight: bold;
    width: 100%;
    border-radius: 5px;
}

.book-btn:hover {

    transition: 0.3s ease-in-out;
    color: #ffff;
}

.filter-section {
    background-color: #ffffff;
    border-radius: 8px;
}

.filter-section h5 {
    font-weight: bold;
}

.filter-section button {
    margin: 5px 0;
}

.view-more {
    color: #28a745;
    font-weight: bold;
    cursor: pointer;
}

.view-more:hover {
    text-decoration: underline;
}

.find_button {
    background-color: #F3FFF2;
}


.city-selector {

    border-radius: 5px;
    padding: 15px;
    /* width: 400px; */
}

.city-selector .form-check {
    margin-bottom: 5px;
}

.city-selector .form-check:last-child {
    margin-bottom: 0;
}

.search-input {
    margin-bottom: 10px;
}
.hidden {
display: none;
}
@media only screen and (min-width: 700px) and (max-width: 970px) {
.col-sm-12{
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
}



/* ====================================== FOOTER   ====================================*/


#successMessage {
    background-color: #d4edda;
    /* Light green background */
    border: 1px solid #c3e6cb;
    /* Green border */
    border-radius: 5px;
    /* Rounded corners */
    padding: 15px;
    /* Padding inside the message */
    font-size: 16px;
    /* Font size */
}

#contact-successMessage {
    background-color: #d4edda;
    /* Light green background */
    border: 1px solid #c3e6cb;
    /* Green border */
    border-radius: 5px;
    /* Rounded corners */
    padding: 15px;
    /* Padding inside the message */
    font-size: 16px;
    /* Font size */
}

#errorMessage {
    background-color: #f8d7da;
    /* Light red background */
    border: 1px solid #f5c6cb;
    /* Red border */
    border-radius: 5px;
    /* Rounded corners */
    padding: 15px;
    /* Padding inside the message */
    font-size: 16px;
    /* Font size */
}



.footer li a {
    font-size: 16px;
    line-height: 34.36px;
    text-decoration: none !important;
}

.footer p {
    font-size: 13px;
    line-height: 20.36px;
}

.icon-container {
    display: flex;
    gap: 10px;
}

.circle-icon {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    transition: background-color 0.3s;
}

.circle-icon:hover {
    background-color: white;
    color: #1e3a8a;
}

.footer_logo {
    width: 279.84px;
    height: 90px
}



.footer_background {
    background-color: #1a237e;
}


@media only screen and (min-width: 765px) and (max-width: 1050px) {
    .newsletter .news_letter {
        background-color: #28a745;
        border: none;
        border-radius: 5px !important;
        height: 35px;
        right: 9px;
        top: 6px;
        /* position: relative; */
    }

    .footer_logo {
        width: 200px;
        height: 60px
    }
}


@media (min-width: 300px) and (max-width: 680px) {

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media (min-width: 700px) and (max-width: 870px) {

    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .footer p {
        font-size: 13px;
    }

}
.fieldInput {
    display: block;
   
    width: 100%;
    height: 65px;
    position: relative;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.09);
    border-radius: 5px;
    overflow: hidden;
    .form-input {
      width: 200px;
      background: none;
      border: none;
      
     height:45px;
      &:focus {
        outline: none;
      }
    }
    .form-submit {
      font-size: 12px;
      color: #ffffff;
      position: absolute;
      right: 0;
      top: 5px;
      width: 80px;
      height: 35px;
      border-radius: 5px;
      border: none;
      background: #008000;
      box-shadow: 5px -2px 81px 1px rgba(0,0,0,0.09);
      cursor: pointer!important;
      right: 5px;
      z-index: 99999;
    }
  }









  .tabs {
    width: 100%;

    margin: 2rem;
  }
  .tabs-nav {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    scrollbar-width: thin; /* Hide scrollbar in Firefox */
    background-color: #F9F9FF;
    color:#249023;
    border-radius:5px;
    cursor: pointer;
    border:1px solid #0d1b5a;
}
.tabs-nav::-webkit-scrollbar {
    display: none; /* Hide scrollbar in Chrome, Safari */
}
.tab-button {
    flex: 1;
    all: unset;
    position: relative;
    background-color: #F3FFF2;
    color: #249023;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    padding: 10px 15px; /* Adjust padding */
}
.tab-button:hover {
    color: #ffffff;
    background-color: #0d1b5a;
}
.tab-button[aria-selected="true"] {
    background-color: #0d1b5a !important;
    color: #ffffff !important;
}
  
  /* Moving Indicator */
  .tabs-indicator {
    position: absolute;
    top: var(--tabs-nav-padding);
    bottom: var(--tabs-nav-padding);
    left: 0;
    border-radius: calc(var(--tab-border-radius) - 2px);
    background: var(--highlight-color);
    transition: 
      transform var(--transition-duration) var(--transition-timing),
      width var(--transition-duration) var(--transition-timing);
    pointer-events: none;
    z-index: 0;
    box-shadow: 
      0 0 0 1px var(--border-color),
      0 4px 12px rgba(0, 0, 0, 0.1);
    will-change: transform, width;
  }
  
  /* Tab Panels */
  .tab-panel {
    padding: 2rem;
    background: #F3FFF2;
    border-radius:7px;
    display: none;
    transform-origin: top;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
      border:1px solid #0d1b5a;
  }
  
  .tab-panel[aria-hidden="false"] {
    display: block;
  }
  
  /* Animations */
  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(-8px) scale(0.98);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  
  /* Focus styles */
  .tab-button:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
  }
  
  /* Content styling */
  .tab-panel h2 {
    margin-bottom: 1rem;
  
    
  }
  
  .tab-panel p {
    line-height: 1.6;
    opacity: 0.9;
  }
.tab_img{width:100%;height:300px;border: 2px solid #09123e;border-radius: 7px;}
.commitment-item{background-color: #ffffff;border:1px solid #008000;border-radius: 7px;}
.membership_banner{height: 200px !important;}



.syntrom_checker_background{background-color: #ffffff;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;height:auto;}

.custom-card_phone{height:450px;}
.custom-card_crm{height:170px;}
.custom-card_crm_advantage{height: 250px;}



/* ====================================   Teledermatology   ==================================*/
.teledermatology {
    background: linear-gradient(to right, #1a1f71, #1d7733)!important;
    color: white;
}
.content {
    padding: 40px 40px;
}
.video-placeholder {
    position: relative;
    display: inline-block;
}

.video-placeholder img {
    width: 100%;
    border-radius: 10px;
    height:570px;
    position: relative;
    /* top:120px; */
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #1a1f71;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.custom-card {
    border: 1px solid #1e40af;
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    transition: 0.3s ease-in-out;
}
.custom-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.icon-circle {
    width: 50px;
    height: 50px;
    background-color: green;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 10px;
}
.icon-circle i {
    color: white;
    font-size: 24px;
}
.custom-card h4 {
    color: #1e40af;
    font-weight: bold;
}
.custom_card_section{background-color: #ffffff;}
.custom_card_section1{height:230px!important;}

.service-section {
    padding: 50px 0;
}
.check-list {
    list-style: none;
    padding: 0;
}
.check-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.check-list li i {
    color: #ffffff;
    margin-right: 10px;
    background-color:green;
    border-radius: 60%;
    padding: 4px;
}
.learn-more {
    background-color: #1a1f71;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

.contents_teledarmatology {
    padding: 50px 0;
    background-color: #F3FFF2;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #1a1f71, #1d7733);
    border-image-slice: 1;
}

.teledermatology_subs{width:70%;height:270px;}
.heading {
    color: #228B22;
    font-weight: bold;
}
.btn-primary {
    background-color: #1a1f71;
    border-color: #1a1f71;
    padding: 10px 20px;
    font-weight: bold;
}

.image-box img {
    max-width: 100%;
}
@media (min-width: 300px) and (max-width: 870px) {
    .video-placeholder img {
        width: 100%;
        border-radius: 10px;
        height:auto;
        position: relative;
        top:0px;
    }
    .play-button {
        position: absolute;
        /* top: 80px;
        left: 50%; */
        background: #1a1f71;
        color: white;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    .custom_card_section1{height:255px!important;}
}



/*  ============================================    DoctalaNote  =====================================*/
.hero-section {
    background: linear-gradient(135deg, #0f1c75, #0b8c3e);
    color: white;
    padding: 60px 0;
    height:500px;
}
.btn-custom {
    border-radius: 20px;
    padding: 10px 20px;
}
.btn-watch {
    background-color: #28a745!important;
    color: white!important;
}
.btn-try {
    background-color: white;
    color: #0b8c3e;
}
.doctalanode_img{width:80%;height:300px;float:right;}

.contents_teledarmatology {
    padding: 10px 0;
    background-color: #F9F9FF;
    border: 1px solid transparent;
    border:2px solid  #1d7733;
    border-radius: 5px;
}
.doctor_node_icon{width:60px;height:60px;border-radius: 60%;}
@media (min-width: 300px) and (max-width: 870px) {
    .hero-section {
        background: linear-gradient(135deg, #0f1c75, #0b8c3e);
        color: white;
        padding: 60px 0;
        height:auto;
    }
    
    .doctalanode_img{width:100%;height:300px;float:right;}
    .teledermatology_subs{width:100%;height:230px;}
}
.custom_card_benifits{height:180px;}

/**=======================================  Doctala phone  =======================================**/
.phone_video_img{width:100%;height:350px;}
.phone_advatise{ background: linear-gradient(135deg, #249023, #0f1c75);
    color: white;
    padding: 60px 0;
    border-radius: 10px;
}
.phone_advatise1{
   
    padding: 40px 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #249023, #0f1c75);
}







.phone_advatise_communication{
    padding: 50px 0;
    background-color: #F9F9FF!important;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #1a1f71, #249023);
    border-image-slice: 1;
}
.phone_communication_img{width:80%;height:250px;background-size: cover;float: right;}
.feature-section {
    padding: 50px 0;
}
.feature-heading {
    color:#003087;
    font-weight: bold;
}
.feature-list {
    list-style: none;
    padding: 0;
}
.feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
}
.feature-list li i {
    color: #28a745;
    margin-right: 10px;
 
}
.feature-image {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    height: 250px;
}

@media (min-width: 300px) and (max-width: 870px) {
.phone_video_img{width:100%;height:200px;}
.phone_communication_img{width:70%;height:300px;background-size: cover;float: right;}
.custom-card_phone{height:auto;}
.custom-card_crm{height:auto;}
.custom-card_crm_advantage{height:auto;}

}

@media (min-width: 1000px) and (max-width: 1400px) {
    .custom-card_phone{height:500px;}
    .custom-card_crm{height:200px;}
    .custom-card_crm_advantage{height: 330px;}
}



/*============================= Support system  ==============================*/
.support_video_img{width:100%;height:auto;}
.consult_img12{width:80%;height:440px;}


